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