Width
SCPI Command :
TRIGger:EVENt<*>:WINDow:WIDTh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(evnt=Evnt.Default) float[source]
# TRIGger:EVENt<*>:WINDow:WIDTh value: float = driver.trigger.event.window.width.get(evnt = repcap.Evnt.Default)
Depending on the values of method
RsMxo.trigger.event.window.range.set()the width sets: To define the path and file names, use the EXPort:WAVeform:AUTonaming:* commands:For the ranges Within and Outside, the width defines the center of a time range. The range is defined by the limits ±Delta, see method
RsMxo.trigger.event.window.delta.set().For the ranges Shorter and Longer, it defines the maximum and minimum time lapse, respectively.
- Parameters:
evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)
- Returns:
width: 1E-10 to 10000
- set(width: float, evnt=Evnt.Default) None[source]
# TRIGger:EVENt<*>:WINDow:WIDTh driver.trigger.event.window.width.set(width = 1.0, evnt = repcap.Evnt.Default)
Depending on the values of method
RsMxo.trigger.event.window.range.set()the width sets: To define the path and file names, use the EXPort:WAVeform:AUTonaming:* commands:For the ranges Within and Outside, the width defines the center of a time range. The range is defined by the limits ±Delta, see method
RsMxo.trigger.event.window.delta.set().For the ranges Shorter and Longer, it defines the maximum and minimum time lapse, respectively.
- Parameters:
width – 1E-10 to 10000
evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)