Synchronize
SCPI Command :
[SOURce<HW>]:BB:V5G:TRIGger:EXTernal:SYNChronize:OUTPut
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_output() bool[source]
# [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.
- Returns:
trig_sync_out: 1 | ON | 0| OFF
- set_output(trig_sync_out: bool) None[source]
# [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.
- Parameters:
trig_sync_out – 1 | ON | 0| OFF