Result

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:PRACh:RESult:UEPower
CONFigure:WCDMa:MEASurement<Instance>:PRACh:RESult:PSTeps
CONFigure:WCDMa:MEASurement<Instance>:PRACh:RESult:FERRor
CONFigure:WCDMa:MEASurement<Instance>:PRACh:RESult:ALL
CONFigure:WCDMa:MEASurement<Instance>:PRACh:RESult:PERRor
CONFigure:WCDMa:MEASurement<Instance>:PRACh:RESult:EVMagnitude
CONFigure:WCDMa:MEASurement<Instance>:PRACh:RESult:MERRor
CONFigure:WCDMa:MEASurement<Instance>:PRACh:RESult:IQ
class Result[source]

Result commands group definition. 12 total commands, 1 Sub-groups, 8 group commands

class AllStruct[source]

Structure for reading output parameters. Fields:

  • Enable_Ue_Power: bool: OFF | ON UE power OFF: Do not evaluate results, hide the view ON: Evaluate results and show the view

  • Enable_Pow_Steps: bool: OFF | ON Power steps

  • Enable_Freq_Error: bool: OFF | ON Frequency error

  • Enable_Evm: bool: OFF | ON Error vector magnitude

  • Enable_Mag_Error: bool: OFF | ON Magnitude error

  • Enable_Phase_Err: bool: OFF | ON Phase error

  • Enable_Ue_Pchip: bool: OFF | ON UE power vs. chip

  • 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_Iq: bool: OFF | ON I/Q constellation diagram

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

Enables or disables the evaluation of results and shows or hides the views in the PRACH measurement. This command combines all other CONFigure:WCDMa:MEAS<i>:PRACh:RESult… commands.

return

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

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

Enables or disables the evaluation of results and shows or hides the error vector magnitude view in the PRACH 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>:PRACh:RESult:FERRor
value: bool = driver.configure.prach.result.get_freq_error()

Enables or disables the evaluation of results and shows or hides the frequency error view in the PRACH 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>:PRACh:RESult:IQ
value: bool = driver.configure.prach.result.get_iq()

Enables or disables the evaluation of results and shows or hides the I/Q constellation diagram view in the PRACH 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>:PRACh:RESult:MERRor
value: bool = driver.configure.prach.result.get_merror()

Enables or disables the evaluation of results and shows or hides the magnitude error view in the PRACH 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>:PRACh:RESult:PERRor
value: bool = driver.configure.prach.result.get_perror()

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

return

enable_phase_err: 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>:PRACh:RESult:PSTeps
value: bool = driver.configure.prach.result.get_psteps()

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

return

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

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

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

return

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

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

Enables or disables the evaluation of results and shows or hides the views in the PRACH measurement. This command combines all other CONFigure:WCDMa:MEAS<i>:PRACh:RESult… commands.

param value

see the help for AllStruct structure arguments.

set_ev_magnitude(enable_evm: bool)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:RESult:EVMagnitude
driver.configure.prach.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 PRACH 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>:PRACh:RESult:FERRor
driver.configure.prach.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 PRACH 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>:PRACh:RESult:IQ
driver.configure.prach.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 PRACH 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>:PRACh:RESult:MERRor
driver.configure.prach.result.set_merror(enable_mag_error = False)

Enables or disables the evaluation of results and shows or hides the magnitude error view in the PRACH 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>:PRACh:RESult:PERRor
driver.configure.prach.result.set_perror(enable_phase_err = False)

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

param enable_phase_err

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>:PRACh:RESult:PSTeps
driver.configure.prach.result.set_psteps(enable_pow_steps = False)

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

param enable_pow_steps

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

set_ue_power(enable_ue_power: bool)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:RESult:UEPower
driver.configure.prach.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 PRACH 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.prach.result.clone()

Subgroups