Maximum

SCPI Commands :

READ:NRMMw:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:TRACe:EVMSymbol:MAXimum
FETCh:NRMMw:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:TRACe:EVMSymbol:MAXimum
class MaximumCls[source]

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

fetch(carrierComponent=CarrierComponent.Default, layer=Layer.Default) List[float][source]
# SCPI: FETCh:NRMMw:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:TRACe:EVMSymbol:MAXimum
value: List[float] = driver.nrMmwMeas.multiEval.cc.layer.trace.evmSymbol.maximum.fetch(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)

Returns the values of the EVM vs modulation symbol trace for carrier <no>, layer <l>. See also ‘Square EVM’. To select the scope of the trace, see method RsCMPX_NrFr2Meas.Configure.NrMmwMeas.MultiEval.Modulation.EvmSymbol.set.

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:

ratio: Comma-separated list of EVM values, one value per modulation symbol

read(carrierComponent=CarrierComponent.Default, layer=Layer.Default) List[float][source]
# SCPI: READ:NRMMw:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:TRACe:EVMSymbol:MAXimum
value: List[float] = driver.nrMmwMeas.multiEval.cc.layer.trace.evmSymbol.maximum.read(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)

Returns the values of the EVM vs modulation symbol trace for carrier <no>, layer <l>. See also ‘Square EVM’. To select the scope of the trace, see method RsCMPX_NrFr2Meas.Configure.NrMmwMeas.MultiEval.Modulation.EvmSymbol.set.

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:

ratio: Comma-separated list of EVM values, one value per modulation symbol