RbIndex

SCPI Command :

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

RbIndex commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Out_Of_Tolerance: int: decimal Out of tolerance result, i.e. percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified modulation limits. Unit: %

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

  • Iq_Image: int: decimal Resource block index for the IQ image margin (at image frequencies of allocated RBs)

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

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

Return resource block indices for inband emission margins, for carrier <no>. At these RB indices, the CURRent, AVERage and EXTReme margins have been detected (see method RsCmwNrFr1Meas.NrSubMeas.MultiEval.Cc.Iemission.Margin.Current.fetch and …:AVERage/EXTReme) .

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.