Chip

SCPI Commands

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

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

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

Enables or disables the evaluation of results and shows or hides the EVM vs. chip view in the multi-evaluation 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>:MEValuation:RESult:CHIP:MERRor
value: bool = driver.configure.multiEval.result.chip.get_merror()

Enables or disables the evaluation of results and shows or hides the magnitude error vs. chip view in the multi-evaluation 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>:MEValuation:RESult:CHIP:PERRor
value: bool = driver.configure.multiEval.result.chip.get_perror()

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

return

enable_ph_err_chip: 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>:MEValuation:RESult:CHIP:EVM
driver.configure.multiEval.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 multi-evaluation 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>:MEValuation:RESult:CHIP:MERRor
driver.configure.multiEval.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 multi-evaluation 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>:MEValuation:RESult:CHIP:PERRor
driver.configure.multiEval.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 multi-evaluation measurement.

param enable_ph_err_chip

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