Perror

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:QAM<QamOrder>:PERRor
class Perror[source]

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

class PerrorStruct[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>)PerrorStruct[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:PERRor
value: PerrorStruct = driver.configure.multiEval.limit.qam.perror.get(qamOrder = repcap.QamOrder.Default)

Defines and activates upper limits for the RMS, peak and 95th percentile values of the phase error.

param qamOrder

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

return

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

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

Defines and activates upper limits for the RMS, peak and 95th percentile values of the phase error.

param structure

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

param qamOrder

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