RbIndex
SCPI Command :
FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:IEMission:MARGin:AVERage:RBINdex
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class FetchStruct[source]
Response structure. Fields:
1 Reliability: int: ‘Reliability indicator’
2 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.
3 Rb_Index: int: Resource block index for the general margin (at non-allocated RBs)
4 Iq_Image: int: Resource block index for the I/Q image margin (at image frequencies of allocated RBs)
5 Carr_Leakage: int: Resource block index for the carrier leakage margin (at carrier frequency)
- fetch(carrierComponent=CarrierComponent.Default, layer=Layer.Default) FetchStruct[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:IEMission:MARGin:AVERage:RBINdex value: FetchStruct = driver.nrSubMeas.multiEval.cc.layer.iemission.margin.average.rbIndex.fetch(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)
Return resource block indices for in-band emission margins, for carrier <no>, layer/antenna <l>. At these RB indices, the CURRent, AVERage and EXTReme margins have been detected (see method
RsCMPX_NrFr1Meas.nrSubMeas.multiEval.cc.layer.iemission.margin.current.fetch()and …:AVERage/EXTReme) .- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
layer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layer’)
- Returns:
structure: for return value, see the help for FetchStruct structure arguments.