Delta
SCPI Command :
TRIGger:EVENt<*>:WINDow:DELTa
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(evnt=Evnt.Default) float[source]
# TRIGger:EVENt<*>:WINDow:DELTa value: float = driver.trigger.event.window.delta.get(evnt = repcap.Evnt.Default)
Defines a range around the width value.
- Parameters:
evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)
- Returns:
width_delta: 0 to 432
- set(width_delta: float, evnt=Evnt.Default) None[source]
# TRIGger:EVENt<*>:WINDow:DELTa driver.trigger.event.window.delta.set(width_delta = 1.0, evnt = repcap.Evnt.Default)
Defines a range around the width value.
- Parameters:
width_delta – 0 to 432
evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)