Maximum
SCPI Commands :
READ:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>]:IEMissions:MAXimum
FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>]:IEMissions:MAXimum
- class MaximumCls[source]
Maximum 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:MAXimum value: List[float] = driver.nrSubMeas.multiEval.trace.cc.iemissions.maximum.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:MAXimum value: List[float] = driver.nrSubMeas.multiEval.trace.cc.iemissions.maximum.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