Dtime
SCPI Command :
TRIGger[:SEQuence]:DTIMe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# TRIGger[:SEQuence]:DTIMe value: float = driver.applications.k30NoiseFigure.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) .
- Returns:
dropout_time: Dropout time of the trigger. Range: 0 s to 10.0 s , Unit: S
- set(dropout_time: float) None[source]
# TRIGger[:SEQuence]:DTIMe driver.applications.k30NoiseFigure.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) .
- Parameters:
dropout_time – Dropout time of the trigger. Range: 0 s to 10.0 s , Unit: S