ScIndex
SCPI Command :
FETCh:NIOT:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:IEMission:MARGin:EXTReme: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’
Seg_Reliability: int: Reliability indicator for the segment
Statist_Expired: int: Reached statistical length in slots
Out_Of_Tolerance: int: Percentage of measured slots with failed limit check
Sc_Index: int: Subcarrier index
- fetch(segment=Segment.Default) FetchStruct[source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:IEMission:MARGin:EXTReme:SCINdex value: FetchStruct = driver.niotMeas.multiEval.listPy.segment.inbandEmission.margin.extreme.scIndex.fetch(segment = repcap.Segment.Default)
Return subcarrier indices for inband emission margins for segment <no> in list mode. At these SC indices, the CURRent and EXTReme margins have been detected.
- param segment:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- return:
structure: for return value, see the help for FetchStruct structure arguments.