EvMagnitude

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:QAM<QamOrder>:EVMagnitude
class EvMagnitude[source]

EvMagnitude commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class EvMagnitudeStruct[source]

Structure for setting input parameters. Fields:

  • Values: List[float]: No parameter help available

  • Selection: List[bool]: No parameter help available

get(qamOrder=<QamOrder.Default: -1>)EvMagnitudeStruct[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:EVMagnitude
value: EvMagnitudeStruct = driver.configure.multiEval.limit.qam.evMagnitude.get(qamOrder = repcap.QamOrder.Default)

Defines and activates upper limits for the RMS, peak and 95th percentile values of the error vector magnitude (EVM) .

param qamOrder

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

return

structure: for return value, see the help for EvMagnitudeStruct structure arguments.

set(structure: RsCmwGsmMeas.Implementations.Configure_.MultiEval_.Limit_.Qam_.EvMagnitude.EvMagnitude.EvMagnitudeStruct, qamOrder=<QamOrder.Default: -1>)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:EVMagnitude
driver.configure.multiEval.limit.qam.evMagnitude.set(value = [PROPERTY_STRUCT_NAME](), qamOrder = repcap.QamOrder.Default)

Defines and activates upper limits for the RMS, peak and 95th percentile values of the error vector magnitude (EVM) .

param structure

for set value, see the help for EvMagnitudeStruct structure arguments.

param qamOrder

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