Dtime

SCPI Command :

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. For input from the ‘Analog Baseband’ interface using the baseband power trigger (BBP) , the default drop out time is set to 100 ns to avoid unintentional trigger events (as no hysteresis can be configured in this case) .

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. For input from the ‘Analog Baseband’ interface using the baseband power trigger (BBP) , the default drop out time is set to 100 ns to avoid unintentional trigger events (as no hysteresis can be configured in this case) .

param dropout_time

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