Current

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:CC<Carrier>]:IEMission:MARGin:CURRent
class CurrentCls[source]

Current commands group definition. 2 total commands, 1 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 subframes with failed limit check

  • 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(sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default) FetchStruct[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:CC<Carrier>]:IEMission:MARGin:CURRent
value: FetchStruct = driver.nrSubMeas.multiEval.listPy.segment.cc.iemission.margin.current.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.

param sEGMent:

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

param carrierComponent:

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

return:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.nrSubMeas.multiEval.listPy.segment.cc.iemission.margin.current.clone()

Subgroups