TofDeviation

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:TONes:DCS:TOFDeviation
class TofDeviationCls[source]

TofDeviation commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class TofDeviationStruct[source]

Response structure. Fields:

  • Enable: bool: No parameter help available

  • Upper: float: No parameter help available

get() TofDeviationStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:TONes:DCS:TOFDeviation
value: TofDeviationStruct = driver.configure.afRf.measurement.multiEval.limit.tones.dcs.tofDeviation.get()

No command help available

return:

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

set(enable: bool, upper: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:TONes:DCS:TOFDeviation
driver.configure.afRf.measurement.multiEval.limit.tones.dcs.tofDeviation.set(enable = False, upper = 1.0)

No command help available

param enable:

No help available

param upper:

No help available