Time

SCPI Command :

SEARch:TRIGger:TIMeout:TIME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) float[source]
# SEARch:TRIGger:TIMeout:TIME
value: float = driver.search.trigger.timeout.time.get(search = 'abc')

Defines the time limit for the timeout at which the instrument triggers.

Parameters:

search – Search definition

Returns:

time: 100E-12 to 864

set(search: str, time: float) None[source]
# SEARch:TRIGger:TIMeout:TIME
driver.search.trigger.timeout.time.set(search = 'abc', time = 1.0)

Defines the time limit for the timeout at which the instrument triggers.

Parameters:
  • search – Search definition

  • time – 100E-12 to 864