Width
SCPI Command :
TRIGger<*>:PARallel:WIDTh:WIDTh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) float[source]
# TRIGger<*>:PARallel:WIDTh:WIDTh value: float = driver.trigger.parallel.width.width.get(trigger = repcap.Trigger.Default)
Sets the limit for the pulse width. The effect depends on method
RsRtx.trigger.parallel.width.range.set().For the ranges SHORter and LONGer, the width defines the maximum and minimum pulse width, respectively.
For the ranges WITHin and OUTSide, the width defines the center of a range which is defined by the limits method
RsRtx.trigger.parallel.width.delta.set().
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
width: 200E-12 to 10000
- set(width: float, trigger=Trigger.Default) None[source]
# TRIGger<*>:PARallel:WIDTh:WIDTh driver.trigger.parallel.width.width.set(width = 1.0, trigger = repcap.Trigger.Default)
Sets the limit for the pulse width. The effect depends on method
RsRtx.trigger.parallel.width.range.set().For the ranges SHORter and LONGer, the width defines the maximum and minimum pulse width, respectively.
For the ranges WITHin and OUTSide, the width defines the center of a range which is defined by the limits method
RsRtx.trigger.parallel.width.delta.set().
- Parameters:
width – 200E-12 to 10000
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)