Sduration

SCPI Command :

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

Sets the width of the sync pulse. 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’)

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

Sets the width of the sync pulse. Only relevant if method RsRtx.trigger.tv.standard.set() is set to CUSTom.

Parameters:
  • sync_pls_dur – 100E-9 to 100E-6

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