StandardDev

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:IEMission:MARGin:SDEViation
class StandardDevCls[source]

StandardDev 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. the percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified modulation limits.

  • Margin: float: Margin over all non-allocated RBs (scope of general limit component)

  • Iq_Image: float: Margin at image frequencies of allocated RBs (scope of I/Q image limit component)

  • Carr_Leakage: float: Margin at the carrier frequency (scope of I/Q offset limit component)

fetch(carrierComponent=CarrierComponent.Default, layer=Layer.Default) FetchStruct[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:IEMission:MARGin:SDEViation
value: FetchStruct = driver.nrSubMeas.multiEval.cc.layer.iemission.margin.standardDev.fetch(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)

Return the limit line margin results for carrier <no>, layer/antenna <l>. The CURRent margin indicates the minimum (vertical) distance between the in-band emissions 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. The margin results cannot be displayed at the GUI.

param carrierComponent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

param layer:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layer’)

return:

structure: for return value, see the help for FetchStruct structure arguments.