Synchronize

SCPI Command :

[SOURce<HW>]:BB:V5G:TRIGger:EXTernal:SYNChronize:OUTPut
class SynchronizeCls[source]

Synchronize commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_output() bool[source]
# SCPI: [SOURce<HW>]:BB:V5G:TRIGger:EXTernal:SYNChronize:OUTPut
value: bool = driver.source.bb.v5G.trigger.external.synchronize.get_output()

Enables output of the signal synchronous to the external trigger event.

return

trig_sync_out: 1| ON| 0| OFF

set_output(trig_sync_out: bool) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:TRIGger:EXTernal:SYNChronize:OUTPut
driver.source.bb.v5G.trigger.external.synchronize.set_output(trig_sync_out = False)

Enables output of the signal synchronous to the external trigger event.

param trig_sync_out

1| ON| 0| OFF