Width
SCPI Command :
TRIGger:EVENt<*>:WIDTh:WIDTh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(evnt=Evnt.Default) float[source]
# TRIGger:EVENt<*>:WIDTh:WIDTh value: float = driver.trigger.event.width.width.get(evnt = repcap.Evnt.Default)
Depending on the values of method
RsMxo.trigger.event.width.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 which is defined by the limits ±Delta (see method
RsMxo.trigger.event.width.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<*>:WIDTh:WIDTh driver.trigger.event.width.width.set(width = 1.0, evnt = repcap.Evnt.Default)
Depending on the values of method
RsMxo.trigger.event.width.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 which is defined by the limits ±Delta (see method
RsMxo.trigger.event.width.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’)