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

Result commands group definition. 12 total commands, 1 Subgroups, 8 group commands

class AllStruct[source]

Structure for setting input parameters. Fields:

  • Enable_Ue_Power: bool: UE power OFF: Do not evaluate results. ON: Evaluate the results.

  • Enable_Pow_Steps: bool: Power steps

  • Enable_Freq_Error: bool: Frequency error

  • Enable_Evm: bool: Error vector magnitude

  • Enable_Mag_Error: bool: Magnitude error

  • Enable_Phase_Err: bool: Phase error

  • Enable_Ue_Pchip: bool: UE power vs chip

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

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

Enables or disables the evaluation of results of 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.wcdmaMeas.prach.result.get_ev_magnitude()

Enables or disables the evaluation of results of the PRACH measurement identified by the last command mnemonics: UE power, power steps, frequency error, error vector magnitude (EVM) , magnitude error, phase error, UE power vs chip, EVM vs chip, magnitude error vs chip, phase error vs chip, and I/Q constellation measurements.

return:

enable_evm: No help available

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

Enables or disables the evaluation of results of the PRACH measurement identified by the last command mnemonics: UE power, power steps, frequency error, error vector magnitude (EVM) , magnitude error, phase error, UE power vs chip, EVM vs chip, magnitude error vs chip, phase error vs chip, and I/Q constellation measurements.

return:

enable_freq_error: No help available

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

Enables or disables the evaluation of results of the PRACH measurement identified by the last command mnemonics: UE power, power steps, frequency error, error vector magnitude (EVM) , magnitude error, phase error, UE power vs chip, EVM vs chip, magnitude error vs chip, phase error vs chip, and I/Q constellation measurements.

return:

enable_iq: No help available

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

Enables or disables the evaluation of results of the PRACH measurement identified by the last command mnemonics: UE power, power steps, frequency error, error vector magnitude (EVM) , magnitude error, phase error, UE power vs chip, EVM vs chip, magnitude error vs chip, phase error vs chip, and I/Q constellation measurements.

return:

enable_mag_error: No help available

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

Enables or disables the evaluation of results of the PRACH measurement identified by the last command mnemonics: UE power, power steps, frequency error, error vector magnitude (EVM) , magnitude error, phase error, UE power vs chip, EVM vs chip, magnitude error vs chip, phase error vs chip, and I/Q constellation measurements.

return:

enable_phase_err: No help available

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

Enables or disables the evaluation of results of the PRACH measurement identified by the last command mnemonics: UE power, power steps, frequency error, error vector magnitude (EVM) , magnitude error, phase error, UE power vs chip, EVM vs chip, magnitude error vs chip, phase error vs chip, and I/Q constellation measurements.

return:

enable_pow_steps: No help available

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

Enables or disables the evaluation of results of the PRACH measurement identified by the last command mnemonics: UE power, power steps, frequency error, error vector magnitude (EVM) , magnitude error, phase error, UE power vs chip, EVM vs chip, magnitude error vs chip, phase error vs chip, and I/Q constellation measurements.

return:

enable_ue_power: No help available

set_all(value: AllStruct) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:RESult[:ALL]
structure = driver.configure.wcdmaMeas.prach.result.AllStruct()
structure.Enable_Ue_Power: bool = False
structure.Enable_Pow_Steps: bool = False
structure.Enable_Freq_Error: bool = False
structure.Enable_Evm: bool = False
structure.Enable_Mag_Error: bool = False
structure.Enable_Phase_Err: bool = False
structure.Enable_Ue_Pchip: bool = False
structure.Enable_Evm_Chip: bool = False
structure.Enable_Merr_Chip: bool = False
structure.Enable_Ph_Err_Chip: bool = False
structure.Enable_Iq: bool = False
driver.configure.wcdmaMeas.prach.result.set_all(value = structure)

Enables or disables the evaluation of results of 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.wcdmaMeas.prach.result.set_ev_magnitude(enable_evm = False)

Enables or disables the evaluation of results of the PRACH measurement identified by the last command mnemonics: UE power, power steps, frequency error, error vector magnitude (EVM) , magnitude error, phase error, UE power vs chip, EVM vs chip, magnitude error vs chip, phase error vs chip, and I/Q constellation measurements.

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>:PRACh:RESult:FERRor
driver.configure.wcdmaMeas.prach.result.set_freq_error(enable_freq_error = False)

Enables or disables the evaluation of results of the PRACH measurement identified by the last command mnemonics: UE power, power steps, frequency error, error vector magnitude (EVM) , magnitude error, phase error, UE power vs chip, EVM vs chip, magnitude error vs chip, phase error vs chip, and I/Q constellation measurements.

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>:PRACh:RESult:IQ
driver.configure.wcdmaMeas.prach.result.set_iq(enable_iq = False)

Enables or disables the evaluation of results of the PRACH measurement identified by the last command mnemonics: UE power, power steps, frequency error, error vector magnitude (EVM) , magnitude error, phase error, UE power vs chip, EVM vs chip, magnitude error vs chip, phase error vs chip, and I/Q constellation measurements.

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>:PRACh:RESult:MERRor
driver.configure.wcdmaMeas.prach.result.set_merror(enable_mag_error = False)

Enables or disables the evaluation of results of the PRACH measurement identified by the last command mnemonics: UE power, power steps, frequency error, error vector magnitude (EVM) , magnitude error, phase error, UE power vs chip, EVM vs chip, magnitude error vs chip, phase error vs chip, and I/Q constellation measurements.

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>:PRACh:RESult:PERRor
driver.configure.wcdmaMeas.prach.result.set_perror(enable_phase_err = False)

Enables or disables the evaluation of results of the PRACH measurement identified by the last command mnemonics: UE power, power steps, frequency error, error vector magnitude (EVM) , magnitude error, phase error, UE power vs chip, EVM vs chip, magnitude error vs chip, phase error vs chip, and I/Q constellation measurements.

param enable_phase_err:

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

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

Enables or disables the evaluation of results of the PRACH measurement identified by the last command mnemonics: UE power, power steps, frequency error, error vector magnitude (EVM) , magnitude error, phase error, UE power vs chip, EVM vs chip, magnitude error vs chip, phase error vs chip, and I/Q constellation measurements.

param enable_pow_steps:

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

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

Enables or disables the evaluation of results of the PRACH measurement identified by the last command mnemonics: UE power, power steps, frequency error, error vector magnitude (EVM) , magnitude error, phase error, UE power vs chip, EVM vs chip, magnitude error vs chip, phase error vs chip, and I/Q constellation measurements.

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.prach.result.clone()

Subgroups