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