Width
SCPI Command :
TRIGger<*>:RUNT:WIDTh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) float[source]
# TRIGger<*>:RUNT:WIDTh value: float = driver.trigger.runt.width.get(trigger = repcap.Trigger.Default)
Defines the upper or lower voltage threshold. This command is not available if method
RsRtx.trigger.runt.range.set()is set to ANY.- 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<*>:RUNT:WIDTh driver.trigger.runt.width.set(width = 1.0, trigger = repcap.Trigger.Default)
Defines the upper or lower voltage threshold. This command is not available if method
RsRtx.trigger.runt.range.set()is set to ANY.- Parameters:
width – 100E-12 to 10000
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)