Width
SCPI Command :
TRIGger<*>:PARallel:PATTern:WIDTh[:WIDTh]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) float[source]
# TRIGger<*>:PARallel:PATTern:WIDTh[:WIDTh] value: float = driver.trigger.parallel.pattern.width.width.get(trigger = repcap.Trigger.Default)
The effect depend on the setting of the method
RsRtx.trigger.parallel.pattern.width.range.set()command. For the ranges SHOrter and LONGer, the width defines the maximum and minimum time limit, respectively. For the ranges WITHin and OUTSide, the width defines the center of a range which is defined by the limits ±Delta.- 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<*>:PARallel:PATTern:WIDTh[:WIDTh] driver.trigger.parallel.pattern.width.width.set(width = 1.0, trigger = repcap.Trigger.Default)
The effect depend on the setting of the method
RsRtx.trigger.parallel.pattern.width.range.set()command. For the ranges SHOrter and LONGer, the width defines the maximum and minimum time limit, respectively. For the ranges WITHin and OUTSide, the width defines the center of a range which is defined by the limits ±Delta.- Parameters:
width – 100E-12 to 10000
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)