Lduration

SCPI Command :

TRIGger<*>:TV:CUSTom:LDURation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) float[source]
# TRIGger<*>:TV:CUSTom:LDURation
value: float = driver.trigger.tv.custom.lduration.get(trigger = repcap.Trigger.Default)

Sets the duration of a line, the time between two successive sync pulses. Only relevant if method RsRtx.trigger.tv.standard.set() is set to CUSTom.

Parameters:

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

Returns:

line_period: 1E-6 to 500E-6

set(line_period: float, trigger=Trigger.Default) None[source]
# TRIGger<*>:TV:CUSTom:LDURation
driver.trigger.tv.custom.lduration.set(line_period = 1.0, trigger = repcap.Trigger.Default)

Sets the duration of a line, the time between two successive sync pulses. Only relevant if method RsRtx.trigger.tv.standard.set() is set to CUSTom.

Parameters:
  • line_period – 1E-6 to 500E-6

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