Result

SCPI Commands :

CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:TXM
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:RCDerror
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:IQ
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:BER
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:PSTeps
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:PHD
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:FERRor
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:UEPower
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult[:ALL]
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:CDERror
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:CDPower
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:CDPMonitor
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:EMASk
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:ACLR
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:PERRor
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:EVMagnitude
CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:MERRor
class ResultCls[source]

Result commands group definition. 20 total commands, 1 Subgroups, 17 group commands

class AllStruct[source]

Structure for setting input parameters. Contains optional set arguments. Fields:

  • Enable_Evm: bool: Error vector magnitude OFF: Do not evaluate results. ON: Evaluate results

  • Enable_Mag_Error: bool: Magnitude error

  • Enable_Phase_Err: bool: Phase error

  • Enable_Aclr: bool: Adjacent channel leakage power ratio

  • Enable_Emask: bool: Spectrum emission mask

  • Enable_Cd_Monitor: bool: Code domain monitor

  • Enable_Cdp: bool: Code domain power

  • Enable_Cde: bool: Code domain error

  • Enable_Evm_Chip: bool: EVM vs chip

  • Enable_Merr_Chip: bool: Magnitude error vs chip

  • Enable_Ph_Err_Chip: bool: Phase error vs chip

  • Enable_Ue_Power: bool: UE power

  • Enable_Freq_Error: bool: Frequency error

  • Enable_Phase_Disc: bool: Phase discontinuity

  • Enable_Pow_Steps: bool: Power steps

  • Enable_Ber: bool: Bit error rate

  • Enable_Iq: bool: Optional setting parameter. I/Q constellation diagram

  • Enable_Rcde: bool: Optional setting parameter. Relative CDE

  • Enable_Txm: bool: Optional setting parameter. TX measurement scalar results

get_aclr() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:ACLR
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_aclr()

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

return:

enable_aclr: No help available

get_all() AllStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult[:ALL]
value: AllStruct = driver.configure.wcdmaMeas.multiEval.result.get_all()

Enables or disables the evaluation of results in the multi-evaluation measurement. This command combines all other CONFigure:WCDMa:MEAS<i>:MEValuation:RESult… commands.

return:

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

get_ber() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:BER
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_ber()

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

return:

enable_ber: No help available

get_cd_error() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:CDERror
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_cd_error()

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

return:

enable_cde: No help available

get_cd_power() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:CDPower
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_cd_power()

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

return:

enable_cdp: No help available

get_cdp_monitor() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:CDPMonitor
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_cdp_monitor()

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

return:

enable_cd_monitor: No help available

get_emask() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:EMASk
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_emask()

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

return:

enable_emask: No help available

get_ev_magnitude() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:EVMagnitude
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_ev_magnitude()

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

return:

enable_evm: No help available

get_freq_error() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:FERRor
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_freq_error()

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

return:

enable_freq_error: No help available

get_iq() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:IQ
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_iq()

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

return:

enable_iq: No help available

get_merror() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:MERRor
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_merror()

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

return:

enable_mag_error: No help available

get_perror() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:PERRor
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_perror()

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

return:

enable_phase_err: No help available

get_phd() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:PHD
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_phd()

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

return:

enable_phase_disc: No help available

get_psteps() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:PSTeps
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_psteps()

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

return:

enable_pow_steps: No help available

get_rcd_error() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:RCDerror
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_rcd_error()

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

return:

enable_rcde: No help available

get_txm() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:TXM
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_txm()

No command help available

return:

enable_txm: No help available

get_ue_power() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:UEPower
value: bool = driver.configure.wcdmaMeas.multiEval.result.get_ue_power()

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

return:

enable_ue_power: No help available

set_aclr(enable_aclr: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:ACLR
driver.configure.wcdmaMeas.multiEval.result.set_aclr(enable_aclr = False)

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

param enable_aclr:

OFF: Do not evaluate results. ON: Evaluate the results.

set_all(value: AllStruct) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult[:ALL]
structure = driver.configure.wcdmaMeas.multiEval.result.AllStruct()
structure.Enable_Evm: bool = False
structure.Enable_Mag_Error: bool = False
structure.Enable_Phase_Err: bool = False
structure.Enable_Aclr: bool = False
structure.Enable_Emask: bool = False
structure.Enable_Cd_Monitor: bool = False
structure.Enable_Cdp: bool = False
structure.Enable_Cde: bool = False
structure.Enable_Evm_Chip: bool = False
structure.Enable_Merr_Chip: bool = False
structure.Enable_Ph_Err_Chip: bool = False
structure.Enable_Ue_Power: bool = False
structure.Enable_Freq_Error: bool = False
structure.Enable_Phase_Disc: bool = False
structure.Enable_Pow_Steps: bool = False
structure.Enable_Ber: bool = False
structure.Enable_Iq: bool = False
structure.Enable_Rcde: bool = False
structure.Enable_Txm: bool = False
driver.configure.wcdmaMeas.multiEval.result.set_all(value = structure)

Enables or disables the evaluation of results in the multi-evaluation measurement. This command combines all other CONFigure:WCDMa:MEAS<i>:MEValuation:RESult… commands.

param value:

see the help for AllStruct structure arguments.

set_ber(enable_ber: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:BER
driver.configure.wcdmaMeas.multiEval.result.set_ber(enable_ber = False)

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

param enable_ber:

OFF: Do not evaluate results. ON: Evaluate the results.

set_cd_error(enable_cde: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:CDERror
driver.configure.wcdmaMeas.multiEval.result.set_cd_error(enable_cde = False)

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

param enable_cde:

OFF: Do not evaluate results. ON: Evaluate the results.

set_cd_power(enable_cdp: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:CDPower
driver.configure.wcdmaMeas.multiEval.result.set_cd_power(enable_cdp = False)

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

param enable_cdp:

OFF: Do not evaluate results. ON: Evaluate the results.

set_cdp_monitor(enable_cd_monitor: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:CDPMonitor
driver.configure.wcdmaMeas.multiEval.result.set_cdp_monitor(enable_cd_monitor = False)

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

param enable_cd_monitor:

OFF: Do not evaluate results. ON: Evaluate the results.

set_emask(enable_emask: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:EMASk
driver.configure.wcdmaMeas.multiEval.result.set_emask(enable_emask = False)

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

param enable_emask:

OFF: Do not evaluate results. ON: Evaluate the results.

set_ev_magnitude(enable_evm: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:EVMagnitude
driver.configure.wcdmaMeas.multiEval.result.set_ev_magnitude(enable_evm = False)

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

param enable_evm:

OFF: Do not evaluate results. ON: Evaluate the results.

set_freq_error(enable_freq_error: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:FERRor
driver.configure.wcdmaMeas.multiEval.result.set_freq_error(enable_freq_error = False)

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

param enable_freq_error:

OFF: Do not evaluate results. ON: Evaluate the results.

set_iq(enable_iq: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:IQ
driver.configure.wcdmaMeas.multiEval.result.set_iq(enable_iq = False)

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

param enable_iq:

OFF: Do not evaluate results. ON: Evaluate the results.

set_merror(enable_mag_error: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:MERRor
driver.configure.wcdmaMeas.multiEval.result.set_merror(enable_mag_error = False)

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

param enable_mag_error:

OFF: Do not evaluate results. ON: Evaluate the results.

set_perror(enable_phase_err: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:PERRor
driver.configure.wcdmaMeas.multiEval.result.set_perror(enable_phase_err = False)

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

param enable_phase_err:

OFF: Do not evaluate results. ON: Evaluate the results.

set_phd(enable_phase_disc: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:PHD
driver.configure.wcdmaMeas.multiEval.result.set_phd(enable_phase_disc = False)

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

param enable_phase_disc:

OFF: Do not evaluate results. ON: Evaluate the results.

set_psteps(enable_pow_steps: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:PSTeps
driver.configure.wcdmaMeas.multiEval.result.set_psteps(enable_pow_steps = False)

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

param enable_pow_steps:

OFF: Do not evaluate results. ON: Evaluate the results.

set_rcd_error(enable_rcde: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:RCDerror
driver.configure.wcdmaMeas.multiEval.result.set_rcd_error(enable_rcde = False)

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

param enable_rcde:

OFF: Do not evaluate results. ON: Evaluate the results.

set_txm(enable_txm: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:TXM
driver.configure.wcdmaMeas.multiEval.result.set_txm(enable_txm = False)

No command help available

param enable_txm:

No help available

set_ue_power(enable_ue_power: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:UEPower
driver.configure.wcdmaMeas.multiEval.result.set_ue_power(enable_ue_power = False)

Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.

param enable_ue_power:

OFF: Do not evaluate results. ON: Evaluate the results.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.wcdmaMeas.multiEval.result.clone()

Subgroups