Timeout

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:DIGital:SYNC:TOUT
class TimeoutCls[source]

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

class TimeoutStruct[source]

Response structure. Fields:

  • Enable: bool: OFF | ON

  • Timeout: float: Unit: s

get() TimeoutStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:SYNC:TOUT
value: TimeoutStruct = driver.configure.afRf.measurement.digital.sync.timeout.get()

Synchronizes the timeout after a defined period.

return:

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

set(enable: bool, timeout: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:SYNC:TOUT
driver.configure.afRf.measurement.digital.sync.timeout.set(enable = False, timeout = 1.0)

Synchronizes the timeout after a defined period.

param enable:

OFF | ON

param timeout:

Unit: s