Result

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:ALL
CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:PVTime
CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:EVMagnitude
CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:MERRor
CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:PERRor
CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:SMFRequency
CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:SMTime
CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:SSFRequency
CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:SSTime
CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:AMPM
CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:MSCalar
CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:BER
CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:IQ
class Result[source]

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

class AllStruct[source]

Structure for reading output parameters. Fields:

  • Power_Vs_Time: bool: OFF | ON Power vs. time ON: Evaluate results and show the view OFF: Do not evaluate results, hide the view (if applicable)

  • Evm: bool: OFF | ON Error vector magnitude

  • Magnitude_Error: bool: OFF | ON Magnitude error

  • Phase_Error: bool: OFF | ON Phase error

  • Iq: bool: OFF | ON I/Q constellation

  • Acp_Mod_Frequency: bool: OFF | ON ACP spectrum modulation frequency

  • Acp_Mod_Time: bool: OFF | ON ACP spectrum modulation time

  • Acp_Swit_Freq: bool: OFF | ON ACP spectrum switching frequency

  • Acp_Swit_Time: bool: OFF | ON ACP spectrum switching time

  • Mod_Scalar: bool: OFF | ON Scalar modulation results

  • Ber: bool: OFF | ON Bit error rate

  • Am_Pm: bool: OFF | ON AM-PM

get_all()AllStruct[source]
# SCPI: CONFigure:GSM: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. This command combines all other CONFigure:GSM:MEAS<i>:MEValuation:RESult… commands.

return

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

get_am_pm()bool[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:AMPM
value: bool = driver.configure.multiEval.result.get_am_pm()

Enables or disables the evaluation of the AM-PM results, the scalar modulation results, and the bit error rate (BER) .

return

enable: ON | OFF ON: Evaluate results OFF: Do not evaluate results

get_ber()bool[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:BER
value: bool = driver.configure.multiEval.result.get_ber()

Enables or disables the evaluation of the AM-PM results, the scalar modulation results, and the bit error rate (BER) .

return

enable: ON | OFF ON: Evaluate results OFF: Do not evaluate results

get_ev_magnitude()bool[source]
# SCPI: CONFigure:GSM: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 last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

return

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

get_iq()bool[source]
# SCPI: CONFigure:GSM: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 last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

return

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

get_merror()bool[source]
# SCPI: CONFigure:GSM: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 last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

return

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

get_mscalar()bool[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:MSCalar
value: bool = driver.configure.multiEval.result.get_mscalar()

Enables or disables the evaluation of the AM-PM results, the scalar modulation results, and the bit error rate (BER) .

return

enable: ON | OFF ON: Evaluate results OFF: Do not evaluate results

get_perror()bool[source]
# SCPI: CONFigure:GSM: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 last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

return

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

get_power_vs_time()bool[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:PVTime
value: bool = driver.configure.multiEval.result.get_power_vs_time()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

return

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

get_sm_frequency()bool[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:SMFRequency
value: bool = driver.configure.multiEval.result.get_sm_frequency()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

return

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

get_sm_time()bool[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:SMTime
value: bool = driver.configure.multiEval.result.get_sm_time()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

return

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

get_ss_frequency()bool[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:SSFRequency
value: bool = driver.configure.multiEval.result.get_ss_frequency()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

return

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

get_ss_time()bool[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:RESult:SSTime
value: bool = driver.configure.multiEval.result.get_ss_time()

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

return

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

set_all(value: RsCmwGsmMeas.Implementations.Configure_.MultiEval_.Result.Result.AllStruct)None[source]
# SCPI: CONFigure:GSM: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. This command combines all other CONFigure:GSM:MEAS<i>:MEValuation:RESult… commands.

param value

see the help for AllStruct structure arguments.

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

Enables or disables the evaluation of the AM-PM results, the scalar modulation results, and the bit error rate (BER) .

param enable

ON | OFF ON: Evaluate results OFF: Do not evaluate results

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

Enables or disables the evaluation of the AM-PM results, the scalar modulation results, and the bit error rate (BER) .

param enable

ON | OFF ON: Evaluate results OFF: Do not evaluate results

set_ev_magnitude(enable: bool)None[source]
# SCPI: CONFigure:GSM: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 last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

param enable

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

set_iq(enable: bool)None[source]
# SCPI: CONFigure:GSM: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 last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

param enable

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

set_merror(enable: bool)None[source]
# SCPI: CONFigure:GSM: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 last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

param enable

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

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

Enables or disables the evaluation of the AM-PM results, the scalar modulation results, and the bit error rate (BER) .

param enable

ON | OFF ON: Evaluate results OFF: Do not evaluate results

set_perror(enable: bool)None[source]
# SCPI: CONFigure:GSM: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 last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

param enable

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

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

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

param enable

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

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

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

param enable

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

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

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

param enable

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

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

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

param enable

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

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

Enables or disables the evaluation of results and shows or hides the views in the multi-evaluation measurement. The last mnemonic denotes the view type: Power vs. time, error vector magnitude, magnitude error, phase error, I/Q constellation, spectrum modulation frequency, spectrum modulation time, spectrum switching frequency, spectrum switching time. Use READ.. .? queries to retrieve results for disabled views.

param enable

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