Width
SCPI Command :
TRIGger<*>:PATTern:WIDTh[:WIDTh]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) float[source]
# TRIGger<*>:PATTern:WIDTh[:WIDTh] value: float = driver.trigger.pattern.width.width.get(trigger = repcap.Trigger.Default)
For the ranges Within and Outside (defined using method
RsRtx.trigger.pattern.width.range.set()) , the width defines the center of a range which is defined by the limits ±Delta (see methodRsRtx.trigger.pattern.width.delta.set()) . For the ranges Shorter and Longer, the width defines the maximum and minimum pulse width, respectively.- 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<*>:PATTern:WIDTh[:WIDTh] driver.trigger.pattern.width.width.set(width = 1.0, trigger = repcap.Trigger.Default)
For the ranges Within and Outside (defined using method
RsRtx.trigger.pattern.width.range.set()) , the width defines the center of a range which is defined by the limits ±Delta (see methodRsRtx.trigger.pattern.width.delta.set()) . For the ranges Shorter and Longer, the width defines the maximum and minimum pulse width, respectively.- Parameters:
width – 100E-12 to 10000
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)