Time
SCPI Command :
SEARch:TRIGger:PATTern:TIMeout[:TIME]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) float[source]
# SEARch:TRIGger:PATTern:TIMeout[:TIME] value: float = driver.search.trigger.pattern.timeout.time.get(search = 'abc')
Defines how long the result of the pattern condition must keep the given state.
- Parameters:
search – String with the name of the search
- Returns:
time: 100E-12 to 864
- set(search: str, time: float) None[source]
# SEARch:TRIGger:PATTern:TIMeout[:TIME] driver.search.trigger.pattern.timeout.time.set(search = 'abc', time = 1.0)
Defines how long the result of the pattern condition must keep the given state.
- Parameters:
search – String with the name of the search
time – 100E-12 to 864