Width
SCPI Command :
TRIGger:EVENt<*>:GLITch:WIDTh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(evnt=Evnt.Default) float[source]
# TRIGger:EVENt<*>:GLITch:WIDTh value: float = driver.trigger.event.glitch.width.get(evnt = repcap.Evnt.Default)
Sets the length of a glitch. The instrument triggers on pulses shorter or longer than this value, depending on the value set with method
RsMxo.trigger.event.glitch.range.set().- Parameters:
evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)
- Returns:
width: 1E-10 to 10000
- set(width: float, evnt=Evnt.Default) None[source]
# TRIGger:EVENt<*>:GLITch:WIDTh driver.trigger.event.glitch.width.set(width = 1.0, evnt = repcap.Evnt.Default)
Sets the length of a glitch. The instrument triggers on pulses shorter or longer than this value, depending on the value set with method
RsMxo.trigger.event.glitch.range.set().- Parameters:
width – 1E-10 to 10000
evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)