Current

SCPI Commands :

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

Current 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[:CURRent]
value: List[float] = driver.nrSubMeas.multiEval.trace.cc.iemissions.current.fetch(carrierComponent = repcap.CarrierComponent.Default)

Returns the values of the inband emissions trace for carrier <no>. The current, average and maximum traces can be retrieved. See also ‘View Inband Emissions’.

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:

power: float Comma-separated list of power 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[:CURRent]
value: List[float] = driver.nrSubMeas.multiEval.trace.cc.iemissions.current.read(carrierComponent = repcap.CarrierComponent.Default)

Returns the values of the inband emissions trace for carrier <no>. The current, average and maximum traces can be retrieved. See also ‘View Inband Emissions’.

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:

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