Result

SCPI Commands :

CONFigure:UWB:MEASurement<Instance>:MEValuation:RESult:TSMask
CONFigure:UWB:MEASurement<Instance>:MEValuation:RESult:PVTime
CONFigure:UWB:MEASurement<Instance>:MEValuation:RESult:EMODulation
CONFigure:UWB:MEASurement<Instance>:MEValuation:RESult:DDECoding
class ResultCls[source]

Result commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_ddecoding() bool[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:RESult:DDECoding
value: bool = driver.configure.uwbMeas.multiEval.result.get_ddecoding()

Enables or disables the evaluation of the PPDU payload contents.

return:

enable: OFF: Do not evaluate results. ON: Evaluate the results.

get_emodulation() bool[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:RESult:EMODulation
value: bool = driver.configure.uwbMeas.multiEval.result.get_emodulation()

Enables or disables the evaluation of modulation and jitter results.

return:

enable: OFF: Do not evaluate results. ON: Evaluate the results.

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

Enables or disables the evaluation of power results.

return:

enable: OFF: Do not evaluate results. ON: Evaluate the results.

get_ts_mask() bool[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:RESult:TSMask
value: bool = driver.configure.uwbMeas.multiEval.result.get_ts_mask()

Enables or disables the evaluation of spectrum results.

return:

enable: OFF: Do not evaluate results. ON: Evaluate the results.

set_ddecoding(enable: bool) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:RESult:DDECoding
driver.configure.uwbMeas.multiEval.result.set_ddecoding(enable = False)

Enables or disables the evaluation of the PPDU payload contents.

param enable:

OFF: Do not evaluate results. ON: Evaluate the results.

set_emodulation(enable: bool) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:RESult:EMODulation
driver.configure.uwbMeas.multiEval.result.set_emodulation(enable = False)

Enables or disables the evaluation of modulation and jitter results.

param enable:

OFF: Do not evaluate results. ON: Evaluate the results.

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

Enables or disables the evaluation of power results.

param enable:

OFF: Do not evaluate results. ON: Evaluate the results.

set_ts_mask(enable: bool) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:RESult:TSMask
driver.configure.uwbMeas.multiEval.result.set_ts_mask(enable = False)

Enables or disables the evaluation of spectrum results.

param enable:

OFF: Do not evaluate results. ON: Evaluate the results.