ScIndex
SCPI Command :
FETCh:NIOT:MEASurement<Instance>:MEValuation:IEMission:MARGin:CURRent:SCINdex
- class ScIndexCls[source]
ScIndex commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class FetchStruct[source]
Response structure. Fields:
Reliability: int: ‘Reliability indicator’
Out_Of_Tolerance: int: Out of tolerance result, i.e. percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified inband emission limits.
Sc_Index: int: Subcarrier index
- fetch() FetchStruct[source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:MEValuation:IEMission:MARGin:CURRent:SCINdex value: FetchStruct = driver.niotMeas.multiEval.inbandEmission.margin.current.scIndex.fetch()
Return subcarrier indices for inband emission margins. At these SC indices, the CURRent and EXTReme margins have been detected (see method RsCMPX_NiotMeas.NiotMeas.MultiEval.InbandEmission.Margin.Current.fetch and …:EXTReme) .
- return:
structure: for return value, see the help for FetchStruct structure arguments.