RbIndex

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:IEMission:MARGin:EXTReme:RBINdex
class RbIndexCls[source]

RbIndex 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.

  • Rb_Index: int: Resource block index for the general margin (at non-allocated RBs)

  • Iq_Image: int: Resource block index for the I/Q image margin (at image frequencies of allocated RBs)

  • Carr_Leakage: int: Resource block index for the carrier leakage margin (at carrier frequency)

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

Return resource block indices for in-band emission margins, for carrier <no>, layer/antenna <l>. At these RB indices, the CURRent, AVERage and EXTReme margins have been detected (see method RsCMPX_NrFr1Meas.NrSubMeas.MultiEval.Cc.Layer. Iemission.Margin.Current.fetch and …:AVERage/EXTReme) .

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.