Length
SCPI Command :
OUTPut:TRIGger<2|3>:PULSe:LENGth
- class LengthCls[source]
Length commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(triggerPort=TriggerPort.Default) float [source]
# SCPI: OUTPut:TRIGger<2|3>:PULSe:LENGth value: float = driver.output.trigger.pulse.length.get(triggerPort = repcap.TriggerPort.Default)
Defines the length of the pulse generated at the trigger output.
- param triggerPort
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- return
length: Pulse length in seconds. Unit: S
- set(length: float, triggerPort=TriggerPort.Default) None [source]
# SCPI: OUTPut:TRIGger<2|3>:PULSe:LENGth driver.output.trigger.pulse.length.set(length = 1.0, triggerPort = repcap.TriggerPort.Default)
Defines the length of the pulse generated at the trigger output.
- param length
Pulse length in seconds. Unit: S
- param triggerPort
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)