Average

SCPI Commands :

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

Average 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:AVERage
value: List[float] = driver.nrSubMeas.multiEval.trace.cc.iemissions.average.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:AVERage
value: List[float] = driver.nrSubMeas.multiEval.trace.cc.iemissions.average.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