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 ChipCls[source]
Chip commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_evm() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:CHIP:EVM value: bool = driver.configure.wcdmaMeas.multiEval.result.chip.get_evm()
Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.
- return:
enable_evm_chip: No help available
- get_merror() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:CHIP:MERRor value: bool = driver.configure.wcdmaMeas.multiEval.result.chip.get_merror()
Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.
- return:
enable_merr_chip: No help available
- get_perror() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:CHIP:PERRor value: bool = driver.configure.wcdmaMeas.multiEval.result.chip.get_perror()
Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.
- return:
enable_ph_err_chip: No help available
- set_evm(enable_evm_chip: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:CHIP:EVM driver.configure.wcdmaMeas.multiEval.result.chip.set_evm(enable_evm_chip = False)
Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.
- param enable_evm_chip:
OFF: Do not evaluate results. ON: Evaluate the results.
- set_merror(enable_merr_chip: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:CHIP:MERRor driver.configure.wcdmaMeas.multiEval.result.chip.set_merror(enable_merr_chip = False)
Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.
- param enable_merr_chip:
OFF: Do not evaluate results. ON: Evaluate the results.
- set_perror(enable_ph_err_chip: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:RESult:CHIP:PERRor driver.configure.wcdmaMeas.multiEval.result.chip.set_perror(enable_ph_err_chip = False)
Enables or disables the evaluation of results of the multi-evaluation measurement identified by the last command mnemonics: error vector magnitude (EVM) , magnitude error, phase error, adjacent channel leakage power ratio, spectrum emission mask, code domain monitor, code domain power, code domain error (CDE) , EVM vs chip, magnitude error vs chip, phase error vs chip, UE power, frequency error, phase discontinuity, power steps, bit error rate, I/Q constellation, and relative CDE results.
- param enable_ph_err_chip:
OFF: Do not evaluate results. ON: Evaluate the results.