RbIndex

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:IEMission:MARGin:AVERage: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’

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

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

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

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

Return resource block indices of the in-band emission measurement for all measured list mode segments, for carrier <c>. At these RB indices, the CURRent, AVERage and EXTReme margins have been detected. The results are returned as triplets per segment: <Reliability>, {<RBindex>, <IQImage>, <CarrLeakage>}seg 1, {<RBindex>, <IQImage>, <CarrLeakage>}seg 2, …

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.