Width
SCPI Command :
TRIGger<*>:GLITch:WIDTh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) float[source]
# TRIGger<*>:GLITch:WIDTh value: float = driver.trigger.glitch.width.get(trigger = repcap.Trigger.Default)
Sets the length of a glitch. The instrument triggers on pulses shorter or longer than this value, depnding on the method
RsRtx.trigger.glitch.range.set()command. You need to know the expected pulse widths of the circuit to set the glitch width correctly.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
width: 100E-12 to 10000
- set(width: float, trigger=Trigger.Default) None[source]
# TRIGger<*>:GLITch:WIDTh driver.trigger.glitch.width.set(width = 1.0, trigger = repcap.Trigger.Default)
Sets the length of a glitch. The instrument triggers on pulses shorter or longer than this value, depnding on the method
RsRtx.trigger.glitch.range.set()command. You need to know the expected pulse widths of the circuit to set the glitch width correctly.- Parameters:
width – 100E-12 to 10000
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)