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.k70Vsa.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
trigger_output_length: No help available
- set(trigger_output_length: float, outputConnector=OutputConnector.Default, triggerPort=TriggerPort.Default) None [source]
# SCPI: OUTPut<up>:TRIGger<tp>:PULSe:LENGth driver.applications.k70Vsa.output.trigger.pulse.length.set(trigger_output_length = 1.0, outputConnector = repcap.OutputConnector.Default, triggerPort = repcap.TriggerPort.Default)
Defines the length of the pulse generated at the trigger output.
- param trigger_output_length
No help available
- 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’)