Limit

SCPI Commands :

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

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

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

Returns the values of the in-band emissions limit line for carrier <no>, layer/antenna <l>.

Suppressed linked return values: reliability

param carrierComponent:

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

param layer:

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

return:

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

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

Returns the values of the in-band emissions limit line for carrier <no>, layer/antenna <l>.

Suppressed linked return values: reliability

param carrierComponent:

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

param layer:

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

return:

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