RbIndex

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:IEMission:MARGin:AVERage:RBINdex
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class FetchStruct[source]

Response structure. Fields:

  • 1 Reliability: int: ‘Reliability indicator’

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

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

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

fetch(carrierComponent=CarrierComponent.Default) FetchStruct[source]
# 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, …

Parameters:

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

Returns:

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