RbIndex

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:IEMission:CC<Nr>: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

fetch(carrierComponent=CarrierComponent.Default) FetchStruct[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:IEMission:CC<Nr>:MARGin:EXTReme:RBINdex
value: FetchStruct = driver.lteMeas.multiEval.inbandEmission.cc.margin.extreme.rbIndex.fetch(carrierComponent = repcap.CarrierComponent.Default)

Return resource block indices for CC<no> in-band emission margins. At these RB indices, the CURRent and EXTReme margins have been detected (see method RsCMPX_LteMeas.LteMeas.MultiEval.InbandEmission.Cc.Margin.Current.fetch and …: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.