Maximum

SCPI Commands

READ:CDMA:MEASurement<Instance>:MEValuation:MODulation:MAXimum
FETCh:CDMA:MEASurement<Instance>:MEValuation:MODulation:MAXimum
CALCulate:CDMA:MEASurement<Instance>:MEValuation:MODulation:MAXimum
class Maximum[source]

Maximum commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Evm_Rms: float: float Error vector magnitude RMS value Range: 0 % to 100 %, Unit: %

  • Evm_Peak: float: float Error vector magnitude peak value Range: 0 % to 100 %, Unit: %

  • Merr_Rms: float: float Magnitude error RMS value Range: 0 % to 100 %, Unit: %

  • Merr_Peak: float: float Magnitude error peak value Range: -100 % to 100 % (AVERage: 0% to 100 %, SDEViation: 0 % to 50 %) , Unit: %

  • Perr_Rms: float: float Phase error RMS value Range: 0 deg to 180 deg, Unit: deg

  • Perr_Peak: float: float Phase error peak value Range: -180 deg to 180 deg (AVERage: 0 deg to 180 deg, SDEViation: 0 deg to 90 deg) , Unit: deg

  • Iq_Offset: float: float I/Q origin offset Range: -100 dB to 0 dB, Unit: dB

  • Iq_Imbalance: float: float I/Q imbalance Range: -100 dB to 0 dB, Unit: dB

  • Cfreq_Error: float: float Carrier frequency error Range: -5000 Hz to 5000 Hz, Unit: Hz

  • Trans_Time_Err: float: float Transmit time error Range: -100 µs to 100 µs, Unit: µs

  • Ms_Power_1_M_23: float: No parameter help available

  • Ms_Power_Wideband: float: No parameter help available

  • Wav_Quality: float: float Waveform quality Range: 0 to 1

  • Wav_Qual_Max_Pow: float: No parameter help available

  • Wav_Qual_Min_Pow: float: No parameter help available

  • Out_Of_Tol_Count: float: float Out of tolerance result, i.e. percentage of measurement intervals of the statistic count ([CMDLINK: CONFigure:CDMA:MEASi:MEValuation:SCOunt:MODulation CMDLINK]) exceeding the specified limits, see ‘Limits (Power and Modulation) ‘. Range: 0 % to 100 %, Unit: %

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Evm_Rms: float: float Error vector magnitude RMS value Range: 0 % to 100 %, Unit: %

  • Evm_Peak: float: float Error vector magnitude peak value Range: 0 % to 100 %, Unit: %

  • Merr_Rms: float: float Magnitude error RMS value Range: 0 % to 100 %, Unit: %

  • Merr_Peak: float: float Magnitude error peak value Range: -100 % to 100 % (AVERage: 0% to 100 %, SDEViation: 0 % to 50 %) , Unit: %

  • Perr_Rms: float: float Phase error RMS value Range: 0 deg to 180 deg, Unit: deg

  • Perr_Peak: float: float Phase error peak value Range: -180 deg to 180 deg (AVERage: 0 deg to 180 deg, SDEViation: 0 deg to 90 deg) , Unit: deg

  • Iq_Offset: float: float I/Q origin offset Range: -100 dB to 0 dB, Unit: dB

  • Iq_Imbalance: float: float I/Q imbalance Range: -100 dB to 0 dB, Unit: dB

  • Cfreq_Error: float: float Carrier frequency error Range: -5000 Hz to 5000 Hz, Unit: Hz

  • Trans_Time_Err: float: float Transmit time error Range: -100 µs to 100 µs, Unit: µs

  • Ms_Power_1_M_23: float: No parameter help available

  • Ms_Power_Wideband: float: No parameter help available

  • Wav_Quality: float: float Waveform quality Range: 0 to 1

  • Wav_Qual_Max_Pow: float: No parameter help available

  • Wav_Qual_Min_Pow: float: No parameter help available

  • Out_Of_Tol_Count: float: float Out of tolerance result, i.e. percentage of measurement intervals of the statistic count ([CMDLINK: CONFigure:CDMA:MEASi:MEValuation:SCOunt:MODulation CMDLINK]) exceeding the specified limits, see ‘Limits (Power and Modulation) ‘. Range: 0 % to 100 %, Unit: %

calculate()CalculateStruct[source]
# SCPI: CALCulate:CDMA:MEASurement<Instance>:MEValuation:MODulation:MAXimum
value: CalculateStruct = driver.multiEval.modulation.maximum.calculate()

Return the current, average, minimum, maximum and standard deviation modulation single value results. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below. The ranges indicated below apply to all results except standard deviation results. The minimum for standard deviation results equals 0. The maximum equals the width of the indicated range divided by two. Exceptions are explicitly stated. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

return

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

fetch()ResultData[source]
# SCPI: FETCh:CDMA:MEASurement<Instance>:MEValuation:MODulation:MAXimum
value: ResultData = driver.multiEval.modulation.maximum.fetch()

Return the current, average, minimum, maximum and standard deviation modulation single value results. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below. The ranges indicated below apply to all results except standard deviation results. The minimum for standard deviation results equals 0. The maximum equals the width of the indicated range divided by two. Exceptions are explicitly stated. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

return

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

read()ResultData[source]
# SCPI: READ:CDMA:MEASurement<Instance>:MEValuation:MODulation:MAXimum
value: ResultData = driver.multiEval.modulation.maximum.read()

Return the current, average, minimum, maximum and standard deviation modulation single value results. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below. The ranges indicated below apply to all results except standard deviation results. The minimum for standard deviation results equals 0. The maximum equals the width of the indicated range divided by two. Exceptions are explicitly stated. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

return

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