Current

SCPI Commands

CALCulate:WCDMa:MEASurement<Instance>:MEValuation:CARRier<Carrier>:MODulation:CURRent
READ:WCDMa:MEASurement<Instance>:MEValuation:CARRier<Carrier>:MODulation:CURRent
FETCh:WCDMa:MEASurement<Instance>:MEValuation:CARRier<Carrier>:MODulation:CURRent
class Current[source]

Current 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 and peak value Range: 0 % to 100 %, Unit: %

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

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

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

  • Phase_Error_Rms: float: No parameter help available

  • Phase_Error_Peak: float: No parameter help available

  • 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

  • Carrier_Freq_Err: float: No parameter help available

  • Transmit_Time_Err: float: No parameter help available

  • Ue_Power: float: float User equipment power Range: -100 dBm to 55 dBm, Unit: dBm

  • Power_Steps: float: float User equipment power step Range: -50 dB to 50 dB, Unit: dB

  • Phase_Disc: float: float Phase discontinuity Range: -180 deg to 180 deg, Unit: deg

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

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

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

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

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

  • Phase_Error_Rms: float: No parameter help available

  • Phase_Error_Peak: float: No parameter help available

  • 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

  • Carrier_Freq_Err: float: No parameter help available

  • Transmit_Time_Err: float: No parameter help available

  • Ue_Power: float: float User equipment power Range: -100 dBm to 55 dBm, Unit: dBm

  • Power_Steps: float: float User equipment power step Range: -50 dB to 50 dB, Unit: dB

  • Phase_Disc: float: float Phase discontinuity Range: -180 deg to 180 deg, Unit: deg

  • Tx_Time_Alignment: float: No parameter help available

calculate(carrier=<Carrier.Default: -1>)CalculateStruct[source]
# SCPI: CALCulate:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:MODulation:CURRent
value: CalculateStruct = driver.multiEval.carrier.modulation.current.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: -1>)ResultData[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:MODulation:CURRent
value: ResultData = driver.multiEval.carrier.modulation.current.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: -1>)ResultData[source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:MODulation:CURRent
value: ResultData = driver.multiEval.carrier.modulation.current.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.