Chip

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:PRACh:RESult:CHIP:UEPower
CONFigure:WCDMa:MEASurement<Instance>:PRACh:RESult:CHIP:PERRor
CONFigure:WCDMa:MEASurement<Instance>:PRACh:RESult:CHIP:MERRor
CONFigure:WCDMa:MEASurement<Instance>:PRACh:RESult:CHIP:EVM
class Chip[source]

Chip commands group definition. 4 total commands, 0 Sub-groups, 4 group commands

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

Enables or disables the evaluation of results and shows or hides the EVM vs. chip view in the PRACH measurement.

return

enable_evm_chip: 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:CHIP:MERRor
value: bool = driver.configure.prach.result.chip.get_merror()

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

return

enable_merr_chip: 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:CHIP:PERRor
value: bool = driver.configure.prach.result.chip.get_perror()

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

return

enable_ph_err_chip: 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:CHIP:UEPower
value: bool = driver.configure.prach.result.chip.get_ue_power()

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

return

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

set_evm(enable_evm_chip: bool)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:RESult:CHIP:EVM
driver.configure.prach.result.chip.set_evm(enable_evm_chip = False)

Enables or disables the evaluation of results and shows or hides the EVM vs. chip view in the PRACH measurement.

param enable_evm_chip

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

set_merror(enable_merr_chip: bool)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:RESult:CHIP:MERRor
driver.configure.prach.result.chip.set_merror(enable_merr_chip = False)

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

param enable_merr_chip

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

set_perror(enable_ph_err_chip: bool)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:RESult:CHIP:PERRor
driver.configure.prach.result.chip.set_perror(enable_ph_err_chip = False)

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

param enable_ph_err_chip

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

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

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

param enable_ue_pchip

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