Timeout

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS: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 Enables or disables the timeout

  • Timeout: float: Waiting for a turn-off code is aborted after this time. Range: 0.1 s to 15 s, Unit: s

get() TimeoutStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:TOUT
value: TimeoutStruct = driver.configure.afRf.measurement.multiEval.tones.dcs.timeout.get()

Configures a timeout for completion of the first DCS measurement cycle.

return:

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

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

Configures a timeout for completion of the first DCS measurement cycle.

param enable:

OFF | ON Enables or disables the timeout

param timeout:

Waiting for a turn-off code is aborted after this time. Range: 0.1 s to 15 s, Unit: s