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 Result[source]

Result commands group definition. 20 total commands, 1 Sub-groups, 17 group commands

class AllStruct[source]

Structure for reading output parameters. Fields:

  • Enable_Evm: bool: OFF | ON Error vector magnitude OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

  • Enable_Mag_Error: bool: OFF | ON Magnitude error

  • Enable_Phase_Err: bool: OFF | ON Phase error

  • Enable_Aclr: bool: OFF | ON Adjacent channel leakage power ratio

  • Enable_Emask: bool: OFF | ON Spectrum emission mask

  • Enable_Cd_Monitor: bool: OFF | ON Code domain monitor

  • Enable_Cdp: bool: OFF | ON Code domain power

  • Enable_Cde: bool: OFF | ON Code domain error

  • Enable_Evm_Chip: bool: OFF | ON EVM vs. chip

  • Enable_Merr_Chip: bool: OFF | ON Magnitude error vs. chip

  • Enable_Ph_Err_Chip: bool: OFF | ON Phase error vs. chip

  • Enable_Ue_Power: bool: OFF | ON UE power

  • Enable_Freq_Error: bool: OFF | ON Frequency error

  • Enable_Phase_Disc: bool: OFF | ON Phase discontinuity

  • Enable_Pow_Steps: bool: OFF | ON Power steps

  • Enable_Ber: bool: OFF | ON Bit error rate

  • Enable_Iq: bool: OFF | ON I/Q constellation diagram

  • Enable_Rcde: bool: OFF | ON Relative CDE

  • Enable_Txm: bool: No parameter help available

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

Enables or disables the evaluation of results and shows or hides the adjacent channel leakage power ratio view in the multi-evaluation measurement.

return

enable_aclr: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the views 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.multiEval.result.get_ber()

Enables or disables the evaluation of results and shows or hides the bit error rate view in the multi-evaluation measurement.

return

enable_ber: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the code domain error view in the multi-evaluation measurement.

return

enable_cde: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the code domain power view in the multi-evaluation measurement.

return

enable_cdp: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the code domain monitor view in the multi-evaluation measurement.

return

enable_cd_monitor: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the spectrum emission mask view in the multi-evaluation measurement.

return

enable_emask: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the error vector magnitude view in the multi-evaluation measurement.

return

enable_evm: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the frequency error view in the multi-evaluation measurement.

return

enable_freq_error: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the I/Q constellation diagram view in the multi-evaluation measurement.

return

enable_iq: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the magnitude error view in the multi-evaluation measurement.

return

enable_mag_error: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the phase error view in the multi-evaluation measurement.

return

enable_phase_err: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the phase discontinuity view in the multi-evaluation measurement.

return

enable_phase_disc: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the power steps view in the multi-evaluation measurement.

return

enable_pow_steps: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the relative CDE view in the multi-evaluation measurement.

return

enable_rcde: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

get_txm()bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:TXM
value: bool = driver.configure.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.multiEval.result.get_ue_power()

Enables or disables the evaluation of results and shows or hides the UE power view in the multi-evaluation measurement.

return

enable_ue_power: OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the adjacent channel leakage power ratio view in the multi-evaluation measurement.

param enable_aclr

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

set_all(value: RsCmwWcdmaMeas.Implementations.Configure_.MultiEval_.Result.Result.AllStruct)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult[:ALL]
driver.configure.multiEval.result.set_all(value = AllStruct())

Enables or disables the evaluation of results and shows or hides the views 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.multiEval.result.set_ber(enable_ber = False)

Enables or disables the evaluation of results and shows or hides the bit error rate view in the multi-evaluation measurement.

param enable_ber

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the code domain error view in the multi-evaluation measurement.

param enable_cde

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the code domain power view in the multi-evaluation measurement.

param enable_cdp

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the code domain monitor view in the multi-evaluation measurement.

param enable_cd_monitor

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the spectrum emission mask view in the multi-evaluation measurement.

param enable_emask

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the error vector magnitude view in the multi-evaluation measurement.

param enable_evm

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the frequency error view in the multi-evaluation measurement.

param enable_freq_error

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the I/Q constellation diagram view in the multi-evaluation measurement.

param enable_iq

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the magnitude error view in the multi-evaluation measurement.

param enable_mag_error

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the phase error view in the multi-evaluation measurement.

param enable_phase_err

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the phase discontinuity view in the multi-evaluation measurement.

param enable_phase_disc

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the power steps view in the multi-evaluation measurement.

param enable_pow_steps

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

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

Enables or disables the evaluation of results and shows or hides the relative CDE view in the multi-evaluation measurement.

param enable_rcde

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

set_txm(enable_txm: bool)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:TXM
driver.configure.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.multiEval.result.set_ue_power(enable_ue_power = False)

Enables or disables the evaluation of results and shows or hides the UE power view in the multi-evaluation measurement.

param enable_ue_power

OFF | ON OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

Cloning the Group

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

Subgroups