Synchronize

SCPI Command :

[SOURce<HW>]:BB:EUTRa:TRIGger:EXTernal:SYNChronize:OUTPut
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_output() bool[source]
# [SOURce<HW>]:BB:EUTRa:TRIGger:EXTernal:SYNChronize:OUTPut
value: bool = driver.source.bb.eutra.trigger.external.synchronize.get_output()

Enables signal output synchronous to the trigger event.

Returns:

output_state: 1 | ON | 0| OFF

set_output(output_state: bool) None[source]
# [SOURce<HW>]:BB:EUTRa:TRIGger:EXTernal:SYNChronize:OUTPut
driver.source.bb.eutra.trigger.external.synchronize.set_output(output_state = False)

Enables signal output synchronous to the trigger event.

Parameters:

output_state – 1 | ON | 0| OFF