StandardDev
SCPI Commands :
READ:LTE:MEASurement<Instance>:MEValuation:MODulation:SDEViation
FETCh:LTE:MEASurement<Instance>:MEValuation:MODulation:SDEViation
CALCulate:LTE:MEASurement<Instance>:MEValuation:MODulation:SDEViation
- class StandardDevCls[source]
StandardDev commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- class CalculateStruct[source]
Response structure. Fields:
1 Reliability: int: No parameter help available
2 Out_Of_Tolerance: int: No parameter help available
3 Evm_Rms_Low: float or bool: No parameter help available
4 Evm_Rms_High: float or bool: No parameter help available
5 Evm_Peak_Low: float or bool: No parameter help available
6 Evm_Peak_High: float or bool: No parameter help available
7 Mag_Error_Rms_Low: float or bool: No parameter help available
8 Mag_Error_Rms_High: float or bool: No parameter help available
9 Mag_Error_Peak_Low: float or bool: No parameter help available
10 Mag_Err_Peak_High: float or bool: No parameter help available
11 Ph_Error_Rms_Low: float or bool: No parameter help available
12 Ph_Error_Rms_High: float or bool: No parameter help available
13 Ph_Error_Peak_Low: float or bool: No parameter help available
14 Ph_Error_Peak_High: float or bool: No parameter help available
15 Iq_Offset: float or bool: No parameter help available
16 Frequency_Error: float or bool: No parameter help available
17 Timing_Error: float or bool: No parameter help available
18 Tx_Power: float or bool: No parameter help available
19 Peak_Power: float or bool: No parameter help available
20 Psd: float or bool: No parameter help available
21 Evm_Dmrs_Low: float or bool: No parameter help available
22 Evm_Dmrs_High: float or bool: No parameter help available
23 Mag_Err_Dmrs_Low: float or bool: No parameter help available
24 Mag_Err_Dmrs_High: float or bool: No parameter help available
25 Ph_Error_Dmrs_Low: float or bool: No parameter help available
26 Ph_Error_Dmrs_High: float or bool: No parameter help available
27 Iq_Gain_Imbalance: float or bool: No parameter help available
28 Iq_Quadrature_Err: float or bool: No parameter help available
29 Evm_Srs: float: No parameter help available
30 Evm_Srs_2: float: No parameter help available
31 Power_Srs_1: float or bool: No parameter help available
32 Power_Srs_2: float or bool: No parameter help available
- class ResultData[source]
Response structure. Fields:
1 Reliability: int: ‘Reliability indicator’
2 Out_Of_Tolerance: int: Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified modulation limits.
3 Evm_Rms_Low: float: EVM RMS value, low EVM window position
4 Evm_Rms_High: float: EVM RMS value, high EVM window position
5 Evm_Peak_Low: float: EVM peak value, low EVM window position
6 Evm_Peak_High: float: EVM peak value, high EVM window position
7 Mag_Error_Rms_Low: float: Magnitude error RMS value, low EVM window position
8 Mag_Error_Rms_High: float: Magnitude error RMS value, low EVM window position
9 Mag_Error_Peak_Low: float: Magnitude error peak value, low EVM window position
10 Mag_Err_Peak_High: float: Magnitude error peak value, high EVM window position
11 Ph_Error_Rms_Low: float: Phase error RMS value, low EVM window position
12 Ph_Error_Rms_High: float: Phase error RMS value, high EVM window position
13 Ph_Error_Peak_Low: float: Phase error peak value, low EVM window position
14 Ph_Error_Peak_High: float: Phase error peak value, high EVM window position
15 Iq_Offset: float: I/Q origin offset
16 Frequency_Error: float: Carrier frequency error
17 Timing_Error: float: Time error
18 Tx_Power: float: User equipment power
19 Peak_Power: float: User equipment peak power
20 Psd: float: No parameter help available
21 Evm_Dmrs_Low: float: EVM DMRS value, low EVM window position
22 Evm_Dmrs_High: float: EVM DMRS value, high EVM window position
23 Mag_Err_Dmrs_Low: float: Magnitude error DMRS value, low EVM window position
24 Mag_Err_Dmrs_High: float: Magnitude error DMRS value, high EVM window position
25 Ph_Error_Dmrs_Low: float: Phase error DMRS value, low EVM window position
26 Ph_Error_Dmrs_High: float: Phase error DMRS value, high EVM window position
27 Iq_Gain_Imbalance: float: Gain imbalance
28 Iq_Quadrature_Err: float: Quadrature error
29 Evm_Srs: float: EVM value, first SRS symbol
30 Evm_Srs_2: float: EVM value, second SRS symbol
31 Power_Srs_1: float: No parameter help available
32 Power_Srs_2: float: No parameter help available
- calculate() CalculateStruct[source]
CALCulate:LTE:MEASurement<Instance>:MEValuation:MODulation:SDEViation
Snippet: value: CalculateStruct = driver.lteMeas.multiEval.modulation.standardDev.calculate()
No command help available
- return:
structure: for return value, see the help for CalculateStruct structure arguments.
- fetch() ResultData[source]
FETCh:LTE:MEASurement<Instance>:MEValuation:MODulation:SDEViation
Snippet: value: ResultData = driver.lteMeas.multiEval.modulation.standardDev.fetch()
No command help available
- return:
structure: for return value, see the help for ResultData structure arguments.
- read() ResultData[source]
READ:LTE:MEASurement<Instance>:MEValuation:MODulation:SDEViation
Snippet: value: ResultData = driver.lteMeas.multiEval.modulation.standardDev.read()
Return the current, average and standard deviation single-value results. The values described below are returned by FETCh and READ commands. A CALCulate command returns limit check results instead, one value for each result listed below.
- return:
structure: for return value, see the help for ResultData structure arguments.