Timeout

SCPI Command:

TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope: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 the timeout

  • Timeout: float: Time interval during which a trigger event must occur Range: 0.2 s to 30 s, Unit: s

get() TimeoutStruct[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:TOUT
value: TimeoutStruct = driver.trigger.afRf.measurement.multiEval.oscilloscope.timeout.get()

Configures a timeout for the trigger modes ‘Single’ and ‘Normal’.

return:

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

set(enable: bool, timeout: float = None) None[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:TOUT
driver.trigger.afRf.measurement.multiEval.oscilloscope.timeout.set(enable = False, timeout = 1.0)

Configures a timeout for the trigger modes ‘Single’ and ‘Normal’.

param enable:

OFF | ON Enables the timeout

param timeout:

Time interval during which a trigger event must occur Range: 0.2 s to 30 s, Unit: s