ToEnd

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DIALing:TOENd
class ToEndCls[source]

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

class ToEndStruct[source]

Response structure. Fields:

  • Enable: bool: OFF | ON Enables the timeout

  • Timeout: float: Maximum time interval after the end of a tone and the start of the next tone Range: 0.1 s to 30 s, Unit: s

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

Configures a timeout for waiting for the next tone during a dialing sequence analysis.

return:

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

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

Configures a timeout for waiting for the next tone during a dialing sequence analysis.

param enable:

OFF | ON Enables the timeout

param timeout:

Maximum time interval after the end of a tone and the start of the next tone Range: 0.1 s to 30 s, Unit: s