Time
SCPI Command :
TRIGger[:SEQuence]:PRETrigger[:TIME]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# TRIGger[:SEQuence]:PRETrigger[:TIME] value: float = driver.trigger.sequence.pretrigger.time.get()
Defines the length of the pretrigger.
- Returns:
time: Length of the pretrigger in seconds. Note that the pre- and posttrigger combined may not be longer than 1 second. Range: 0 s to 1 s, Unit: S
- set(time: float) None[source]
# TRIGger[:SEQuence]:PRETrigger[:TIME] driver.trigger.sequence.pretrigger.time.set(time = 1.0)
Defines the length of the pretrigger.
- Parameters:
time – Length of the pretrigger in seconds. Note that the pre- and posttrigger combined may not be longer than 1 second. Range: 0 s to 1 s, Unit: S