RbIndex
SCPI Command :
FETCh:LTE:MEASurement<Instance>:MEValuation:IEMission:CC<Nr>:MARGin:EXTReme:RBINdex
- class RbIndexCls[source]
RbIndex commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class FetchStruct[source]
Response structure. Fields:
1 Reliability: int: decimal ‘Reliability indicator’
2 Out_Of_Tolerance: int: decimal Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified modulation limits. Unit: %
3 Rb_Index: int: decimal Resource block index
- fetch(carrierComponent=CarrierComponent.Default) FetchStruct[source]
FETCh:LTE:MEASurement<Instance>:MEValuation:IEMission:CC<Nr>:MARGin:EXTReme:RBINdex
Snippet: value: FetchStruct = driver.multiEval.inbandEmission.cc.margin.extreme.rbIndex.fetch(carrierComponent = repcap.CarrierComponent.Default)
Return resource block indices for CC<no> in-band emission margins. At these RB indices, the CURRent and EXTReme margins have been detected (see method RsCmwLteMeas.multiEval.inbandEmission.cc.margin.current.fetch and …:EXTReme) .
- 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.