RbIndex

SCPI Command :

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

Response structure. Fields:

  • 1 Reliability: int: ‘Reliability indicator’

  • 2 Seg_Reliability: int: Reliability indicator for the segment

  • 3 Statist_Expired: int: Reached statistical length in slots

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

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

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

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

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

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

  • 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.