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