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 ChipCls[source]
Chip commands group definition. 4 total commands, 0 Subgroups, 4 group commands
- get_evm() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:RESult:CHIP:EVM value: bool = driver.configure.wcdmaMeas.prach.result.chip.get_evm()
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_chip: No help available
- get_merror() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:RESult:CHIP:MERRor value: bool = driver.configure.wcdmaMeas.prach.result.chip.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_merr_chip: No help available
- get_perror() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:RESult:CHIP:PERRor value: bool = driver.configure.wcdmaMeas.prach.result.chip.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_ph_err_chip: No help available
- get_ue_power() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:RESult:CHIP:UEPower value: bool = driver.configure.wcdmaMeas.prach.result.chip.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_pchip: No help available
- set_evm(enable_evm_chip: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:RESult:CHIP:EVM driver.configure.wcdmaMeas.prach.result.chip.set_evm(enable_evm_chip = 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_chip:
OFF: Do not evaluate results. ON: Evaluate the results.
- set_merror(enable_merr_chip: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:RESult:CHIP:MERRor driver.configure.wcdmaMeas.prach.result.chip.set_merror(enable_merr_chip = 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_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>:PRACh:RESult:CHIP:PERRor driver.configure.wcdmaMeas.prach.result.chip.set_perror(enable_ph_err_chip = 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_ph_err_chip:
OFF: Do not evaluate results. ON: Evaluate the results.
- set_ue_power(enable_ue_pchip: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:RESult:CHIP:UEPower driver.configure.wcdmaMeas.prach.result.chip.set_ue_power(enable_ue_pchip = 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_pchip:
OFF: Do not evaluate results. ON: Evaluate the results.