Average

SCPI Commands :

CALCulate:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:MODulation:AVERage
FETCh:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:MODulation:AVERage
READ:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:MODulation:AVERage
class AverageCls[source]

Average commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Evm_Rms: float or bool: Error vector magnitude RMS and peak value.

  • Evm_Peak: float or bool: Error vector magnitude RMS and peak value.

  • Mag_Error_Rms: float or bool: Magnitude error RMS value.

  • Mag_Error_Peak: float or bool: Magnitude error peak value.

  • Phase_Error_Rms: float or bool: No parameter help available

  • Phase_Error_Peak: float or bool: No parameter help available

  • Iq_Offset: float or bool: I/Q origin offset.

  • Iq_Imbalance: float or bool: I/Q imbalance.

  • Carrier_Freq_Err: float or bool: No parameter help available

  • Transmit_Time_Err: float or bool: No parameter help available

  • Ue_Power: float or bool: User equipment power.

  • Power_Steps: float or bool: User equipment power step.

  • Phase_Disc: enums.ResultStatus2: Phase discontinuity.

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Evm_Rms: float: Error vector magnitude RMS and peak value.

  • Evm_Peak: float: Error vector magnitude RMS and peak value.

  • Mag_Error_Rms: float: Magnitude error RMS value.

  • Mag_Error_Peak: float: Magnitude error peak value.

  • Phase_Error_Rms: float: No parameter help available

  • Phase_Error_Peak: float: No parameter help available

  • Iq_Offset: float: I/Q origin offset.

  • Iq_Imbalance: float: I/Q imbalance.

  • Carrier_Freq_Err: float: No parameter help available

  • Transmit_Time_Err: float: No parameter help available

  • Ue_Power: float: User equipment power.

  • Power_Steps: float: User equipment power step.

  • Phase_Disc: float: Phase discontinuity.

  • Tx_Time_Alignment: float: No parameter help available

calculate(carrier=Carrier.Default) CalculateStruct[source]
# SCPI: CALCulate:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:MODulation:AVERage
value: CalculateStruct = driver.wcdmaMeas.multiEval.carrier.modulation.average.calculate(carrier = repcap.Carrier.Default)

Return the current, average, maximum and standard deviation single value results. The return values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each of the first 14 results listed below. The TX time alignment is only returned by FETCh and READ commands.

param carrier:

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

return:

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

fetch(carrier=Carrier.Default) ResultData[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:MODulation:AVERage
value: ResultData = driver.wcdmaMeas.multiEval.carrier.modulation.average.fetch(carrier = repcap.Carrier.Default)

Return the current, average, maximum and standard deviation single value results. The return values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each of the first 14 results listed below. The TX time alignment is only returned by FETCh and READ commands.

param carrier:

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

return:

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

read(carrier=Carrier.Default) ResultData[source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:MODulation:AVERage
value: ResultData = driver.wcdmaMeas.multiEval.carrier.modulation.average.read(carrier = repcap.Carrier.Default)

Return the current, average, maximum and standard deviation single value results. The return values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each of the first 14 results listed below. The TX time alignment is only returned by FETCh and READ commands.

param carrier:

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

return:

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