Sync

SCPI Command :

[SOURce<HW>]:PULM:OUTPut:SYNC:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:PULM:OUTPut:SYNC:[STATe]
value: bool = driver.source.pulm.output.sync.get_state()

Routes the pulse modulation signal to the [Signal Valid] connector.

Returns:

sync: 1 | ON | 0| OFF

set_state(sync: bool) None[source]
# [SOURce<HW>]:PULM:OUTPut:SYNC:[STATe]
driver.source.pulm.output.sync.set_state(sync = False)

Routes the pulse modulation signal to the [Signal Valid] connector.

Parameters:

sync – 1 | ON | 0| OFF