Result

SCPI Commands

CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:ALL
CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:EVMagnitude
CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:MERRor
CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:PERRor
CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:ACP
CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:OBW
CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:CDP
CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:CDE
CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:POWer
CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:MODQuality
CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:CP
CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:CPO
CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:CTO
CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:IQ
class Result[source]

Result commands group definition. 14 total commands, 0 Sub-groups, 14 group commands

class AllStruct[source]

Structure for reading output parameters. Fields:

  • Evm: bool: OFF | ON Error vector magnitude ON: Evaluate results and show the view OFF: Do not evaluate results, hide the view

  • Magnitude_Error: bool: OFF | ON Magnitude error

  • Phase_Error: bool: OFF | ON Phase error

  • Acp: bool: OFF | ON Adjacent channel power

  • Cdp: bool: OFF | ON Code domain power

  • Cde: bool: OFF | ON Code domain error

  • Power: bool: OFF | ON Power

  • Tx_Measurements: bool: OFF | ON Modulation quality

  • Channel_Power: bool: OFF | ON Channel power

  • Obw: bool: OFF | ON Occupied bandwidth

  • Ch_Phase_Offset: bool: OFF | ON Channel phase offset

  • Ch_Time_Offset: bool: OFF | ON Channel time offset

  • Iq: bool: OFF | ON IQ

get_acp()bool[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:ACP
value: bool = driver.configure.multiEval.result.get_acp()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

return

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

get_all()AllStruct[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult[:ALL]
value: AllStruct = driver.configure.multiEval.result.get_all()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement.

return

structure: for return value, see the help for AllStruct structure arguments.

get_cde()bool[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:CDE
value: bool = driver.configure.multiEval.result.get_cde()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

return

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

get_cdp()bool[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:CDP
value: bool = driver.configure.multiEval.result.get_cdp()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

return

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

get_cp()bool[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:CP
value: bool = driver.configure.multiEval.result.get_cp()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

return

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

get_cpo()bool[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:CPO
value: bool = driver.configure.multiEval.result.get_cpo()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

return

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

get_cto()bool[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:CTO
value: bool = driver.configure.multiEval.result.get_cto()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

return

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

get_ev_magnitude()bool[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:EVMagnitude
value: bool = driver.configure.multiEval.result.get_ev_magnitude()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

return

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

get_iq()bool[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:IQ
value: bool = driver.configure.multiEval.result.get_iq()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

return

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

get_merror()bool[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:MERRor
value: bool = driver.configure.multiEval.result.get_merror()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

return

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

get_mod_quality()bool[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:MODQuality
value: bool = driver.configure.multiEval.result.get_mod_quality()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

return

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

get_obw()bool[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:OBW
value: bool = driver.configure.multiEval.result.get_obw()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

return

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

get_perror()bool[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:PERRor
value: bool = driver.configure.multiEval.result.get_perror()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

return

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

get_power()bool[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:POWer
value: bool = driver.configure.multiEval.result.get_power()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

return

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

set_acp(enable: bool)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:ACP
driver.configure.multiEval.result.set_acp(enable = False)

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

param enable

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

set_all(value: RsCmwCdma2kMeas.Implementations.Configure_.MultiEval_.Result.Result.AllStruct)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult[:ALL]
driver.configure.multiEval.result.set_all(value = AllStruct())

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement.

param value

see the help for AllStruct structure arguments.

set_cde(enable: bool)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:CDE
driver.configure.multiEval.result.set_cde(enable = False)

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

param enable

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

set_cdp(enable: bool)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:CDP
driver.configure.multiEval.result.set_cdp(enable = False)

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

param enable

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

set_cp(enable: bool)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:CP
driver.configure.multiEval.result.set_cp(enable = False)

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

param enable

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

set_cpo(enable: bool)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:CPO
driver.configure.multiEval.result.set_cpo(enable = False)

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

param enable

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

set_cto(enable: bool)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:CTO
driver.configure.multiEval.result.set_cto(enable = False)

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

param enable

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

set_ev_magnitude(enable: bool)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:EVMagnitude
driver.configure.multiEval.result.set_ev_magnitude(enable = False)

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

param enable

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

set_iq(enable: bool)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:IQ
driver.configure.multiEval.result.set_iq(enable = False)

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

param enable

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

set_merror(enable: bool)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:MERRor
driver.configure.multiEval.result.set_merror(enable = False)

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

param enable

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

set_mod_quality(enable: bool)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:MODQuality
driver.configure.multiEval.result.set_mod_quality(enable = False)

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

param enable

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

set_obw(enable: bool)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:OBW
driver.configure.multiEval.result.set_obw(enable = False)

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

param enable

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

set_perror(enable: bool)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:PERRor
driver.configure.multiEval.result.set_perror(enable = False)

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

param enable

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

set_power(enable: bool)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:RESult:POWer
driver.configure.multiEval.result.set_power(enable = False)

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The mnemonic after ..:RESult denotes the view type: Error vector magnitude, magnitude error, phase error, adjacent channel power, code domain power, code domain error, channel power, channel phase offset, channel time offset, IQ, power and modulation quality.

param enable

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