RbIndex

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[: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’

  • Seg_Reliability: int: Reliability indicator for the segment

  • Statist_Expired: int: Reached statistical length in slots

  • Out_Of_Tolerance: int: Percentage of measured subframes with failed limit check

  • 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(sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default) FetchStruct[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:CC<Carrier>]:IEMission:MARGin:AVERage:RBINdex
value: FetchStruct = driver.nrSubMeas.multiEval.listPy.segment.cc.iemission.margin.average.rbIndex.fetch(sEGMent = repcap.SEGMent.Default, carrierComponent = repcap.CarrierComponent.Default)

Return resource block indices of the in-band emission measurement for segment <no> in list mode, for carrier <c>. At these RB indices, the CURRent, AVERage and EXTReme margins have been detected.

param sEGMent:

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

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.