Dtime

SCPI Command :

TRIGger<tp>[:SEQuence]:DTIMe
class DtimeCls[source]

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

get(triggerPort=TriggerPort.Default) float[source]
# SCPI: TRIGger<tp>[:SEQuence]:DTIMe
value: float = driver.applications.k70Vsa.trigger.sequence.dtime.get(triggerPort = repcap.TriggerPort.Default)

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 triggerPort

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

return

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

set(dropout_time: float, triggerPort=TriggerPort.Default) None[source]
# SCPI: TRIGger<tp>[:SEQuence]:DTIMe
driver.applications.k70Vsa.trigger.sequence.dtime.set(dropout_time = 1.0, triggerPort = repcap.TriggerPort.Default)

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

param triggerPort

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)