Time
SCPI Command :
TRIGger[:SEQuence]:PRETrigger[:TIME]
- class TimeCls[source]
Time commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: TRIGger[:SEQuence]:PRETrigger[:TIME] value: float = driver.trigger.sequence.pretrigger.time.get()
Defines the length of the pretrigger.
- return
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]
# SCPI: TRIGger[:SEQuence]:PRETrigger[:TIME] driver.trigger.sequence.pretrigger.time.set(time = 1.0)
Defines the length of the pretrigger.
- param 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