Dtime

SCPI Commands

TRIGger:SEQuence:DTIMe
class DtimeCls[source]

Dtime commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: TRIGger[:SEQuence]:DTIMe
value: float = driver.trigger.sequence.dtime.get()

Defines the time the input signal must stay below the trigger level before a trigger is detected again.

return

dropout_time: Dropout time of the trigger. Range: 0 s to 10.0 s , Unit: S

set(dropout_time: float) None[source]
# SCPI: TRIGger[:SEQuence]:DTIMe
driver.trigger.sequence.dtime.set(dropout_time = 1.0)

Defines the time the input signal must stay below the trigger level before a trigger is detected again.

param dropout_time

Dropout time of the trigger. Range: 0 s to 10.0 s , Unit: S