Extreme
SCPI Commands :
READ:NIOT:MEASurement<Instance>:MEValuation:MODulation:EXTReme
FETCh:NIOT:MEASurement<Instance>:MEValuation:MODulation:EXTReme
CALCulate:NIOT:MEASurement<Instance>:MEValuation:MODulation:EXTReme
- class ExtremeCls[source]
Extreme commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- class CalculateStruct[source]
Response structure. Fields:
Out_Of_Tolerance: int: Out of tolerance result, i.e. percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified modulation limits.
Evm_Rms: float or bool: Error vector magnitude RMS value
Evm_Peak: float or bool: Error vector magnitude peak value
Mag_Error_Rms: float or bool: Magnitude error RMS value
Mag_Err_Peak: float or bool: Magnitude error peak value
Ph_Error_Rms: float or bool: Phase error RMS value
Ph_Error_Peak: float or bool: Phase error peak value
Iq_Offset: float or bool: I/Q origin offset
Frequency_Error: float or bool: Carrier frequency error
Timing_Error: float or bool: Transmit time error
Tx_Power_Minimum: float or bool: Minimum user equipment power
Tx_Power_Maximum: float or bool: Maximum user equipment power
Peak_Power_Min: float or bool: Minimum user equipment peak power
Peak_Power_Max: float or bool: Maximum user equipment peak power
Sc_Pow_Min: float or bool: No parameter help available
Sc_Pow_Max: float or bool: No parameter help available
Evm_Dmrs: float or bool: Error vector magnitude DMRS value
Mag_Err_Dmrs: float or bool: Magnitude error DMRS value
Ph_Error_Dmrs: float or bool: Phase error DMRS value
Iq_Gain_Imbalance: float or bool: No parameter help available
Iq_Quadrature_Err: float or bool: No parameter help available
- class ResultData[source]
Response structure. Fields:
Out_Of_Tolerance: int: Out of tolerance result, i.e. percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified modulation limits.
Evm_Rms: float: Error vector magnitude RMS value
Evm_Peak: float: Error vector magnitude peak value
Mag_Error_Rms: float: Magnitude error RMS value
Mag_Err_Peak: float: Magnitude error peak value
Ph_Error_Rms: float: Phase error RMS value
Ph_Error_Peak: float: Phase error peak value
Iq_Offset: float: I/Q origin offset
Frequency_Error: float: Carrier frequency error
Timing_Error: float: Transmit time error
Tx_Power_Minimum: float: Minimum user equipment power
Tx_Power_Maximum: float: Maximum user equipment power
Peak_Power_Min: float: Minimum user equipment peak power
Peak_Power_Max: float: Maximum user equipment peak power
Sc_Pow_Min: float: No parameter help available
Sc_Pow_Max: float: No parameter help available
Evm_Dmrs: float: Error vector magnitude DMRS value
Mag_Err_Dmrs: float: Magnitude error DMRS value
Ph_Error_Dmrs: float: Phase error DMRS value
Iq_Gain_Imbalance: float: No parameter help available
Iq_Quadrature_Err: float: No parameter help available
- calculate() CalculateStruct[source]
# SCPI: CALCulate:NIOT:MEASurement<Instance>:MEValuation:MODulation:EXTReme value: CalculateStruct = driver.niotMeas.multiEval.modulation.extreme.calculate()
Returns the extreme 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.
Suppressed linked return values: reliability
- return:
structure: for return value, see the help for CalculateStruct structure arguments.
- fetch() ResultData[source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:MEValuation:MODulation:EXTReme value: ResultData = driver.niotMeas.multiEval.modulation.extreme.fetch()
Returns the extreme 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.
Suppressed linked return values: reliability
- return:
structure: for return value, see the help for ResultData structure arguments.
- read() ResultData[source]
# SCPI: READ:NIOT:MEASurement<Instance>:MEValuation:MODulation:EXTReme value: ResultData = driver.niotMeas.multiEval.modulation.extreme.read()
Returns the extreme 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.
Suppressed linked return values: reliability
- return:
structure: for return value, see the help for ResultData structure arguments.