Sync

SCPI Command :

[SOURce<HW>]:BB:HUWB:TRIGger:[EXTernal]:SYNC:OUTPut
class SyncCls[source]

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

get_output() bool[source]
# SCPI: [SOURce<HW>]:BB:HUWB:TRIGger:[EXTernal]:SYNC:OUTPut
value: bool = driver.source.bb.huwb.trigger.external.sync.get_output()

Enables signal output synchronous to the trigger event.

return

output: 1| ON| 0| OFF

set_output(output: bool) None[source]
# SCPI: [SOURce<HW>]:BB:HUWB:TRIGger:[EXTernal]:SYNC:OUTPut
driver.source.bb.huwb.trigger.external.sync.set_output(output = False)

Enables signal output synchronous to the trigger event.

param output

1| ON| 0| OFF