Limit

SCPI Commands :

READ:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>]:IEMissions:LIMit
FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>]:IEMissions:LIMit
class LimitCls[source]

Limit commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch(carrierComponent=CarrierComponent.Default) List[float][source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>]:IEMissions:LIMit
value: List[float] = driver.nrSubMeas.multiEval.trace.cc.iemissions.limit.fetch(carrierComponent = repcap.CarrierComponent.Default)

Returns the values of the inband emissions limit line for carrier <no>.

Use RsCmwNrFr1Meas.reliability.last_value to read the updated reliability indicator.

param carrierComponent:

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

return:

limit: float Comma-separated list of limit values, one value per resource block Unit: dB

read(carrierComponent=CarrierComponent.Default) List[float][source]
# SCPI: READ:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>]:IEMissions:LIMit
value: List[float] = driver.nrSubMeas.multiEval.trace.cc.iemissions.limit.read(carrierComponent = repcap.CarrierComponent.Default)

Returns the values of the inband emissions limit line for carrier <no>.

Use RsCmwNrFr1Meas.reliability.last_value to read the updated reliability indicator.

param carrierComponent:

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

return:

limit: float Comma-separated list of limit values, one value per resource block Unit: dB