Synchronize
SCPI Command :
[SOURce<HW>]:BB:GBAS:TRIGger:EXTernal:SYNChronize:OUTPut
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_output() bool[source]
# [SOURce<HW>]:BB:GBAS:TRIGger:EXTernal:SYNChronize:OUTPut value: bool = driver.source.bb.gbas.trigger.external.synchronize.get_output()
Enables/disables output of the signal synchronous to the external trigger event.
- Returns:
output: 1 | ON | 0| OFF
- set_output(output: bool) None[source]
# [SOURce<HW>]:BB:GBAS:TRIGger:EXTernal:SYNChronize:OUTPut driver.source.bb.gbas.trigger.external.synchronize.set_output(output = False)
Enables/disables output of the signal synchronous to the external trigger event.
- Parameters:
output – 1 | ON | 0| OFF