StandardDev
SCPI Command :
FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:CC<Carrier>]:IEMission:MARGin:SDEViation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class FetchStruct[source]
Response structure. Fields:
1 Reliability: int: ‘Reliability indicator’
2 Seg_Reliability: int: Reliability indicator for the segment
3 Statist_Expired: int: Reached statistical length in slots
4 Out_Of_Tolerance: int: Percentage of measured subframes with failed limit check
5 Margin: float: Margin over all non-allocated RBs (scope of general limit component)
6 Iq_Image: float: Margin at image frequencies of allocated RBs (scope of I/Q image limit component)
7 Carr_Leakage: float: Margin at the carrier frequency (scope of I/Q offset limit component)
- fetch(sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default) FetchStruct[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:CC<Carrier>]:IEMission:MARGin:SDEViation value: FetchStruct = driver.nrSubMeas.multiEval.listPy.segment.cc.iemission.margin.standardDev.fetch(sEGMent = repcap.SEGMent.Default, carrierComponent = repcap.CarrierComponent.Default)
Return the in-band emission limit line margin results for segment <no> in list mode, for carrier <c>. The CURRent margins indicate the minimum (vertical) distance between the limit line and the current trace. A negative result indicates that the limit is exceeded. The AVERage, EXTReme and SDEViation values are calculated from the current margins.
- Parameters:
sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
structure: for return value, see the help for FetchStruct structure arguments.