ToStart

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DIALing:TOSTart
class ToStartCls[source]

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

class ToStartStruct[source]

Response structure. Fields:

  • Enable: bool: OFF | ON Enables the timeout

  • Timeout: float: Time interval during which the first tone must be detected Range: 0.8 s to 86400 s, Unit: s

get() ToStartStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DIALing:TOSTart
value: ToStartStruct = driver.configure.afRf.measurement.multiEval.tones.dialing.toStart.get()

Configures a timeout for the detection of the first tone during a dialing sequence analysis.

return:

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

set(enable: bool, timeout: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DIALing:TOSTart
driver.configure.afRf.measurement.multiEval.tones.dialing.toStart.set(enable = False, timeout = 1.0)

Configures a timeout for the detection of the first tone during a dialing sequence analysis.

param enable:

OFF | ON Enables the timeout

param timeout:

Time interval during which the first tone must be detected Range: 0.8 s to 86400 s, Unit: s