Plength

SCPI Command :

TRIGger<*>:OUT:PLENgth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) float[source]
# TRIGger<*>:OUT:PLENgth
value: float = driver.trigger.out.plength.get(trigger = repcap.Trigger.Default)

Sets the length of the trigger out pulse.

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

Returns:

pulse_length: 4E-9 to 0.06

set(pulse_length: float, trigger=Trigger.Default) None[source]
# TRIGger<*>:OUT:PLENgth
driver.trigger.out.plength.set(pulse_length = 1.0, trigger = repcap.Trigger.Default)

Sets the length of the trigger out pulse.

Parameters:
  • pulse_length – 4E-9 to 0.06

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)