Synchronize

SCPI Command :

[SOURce<HW>]:REGenerator:RESTart:SYNChronize:[STATe]
class SynchronizeCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:REGenerator:RESTart:SYNChronize:[STATe]
value: bool = driver.source.regenerator.restart.synchronize.get_state()

Couples the REG blocks so that if both blocks are active, a subsequent restart event in any of them causes a simultaneous restart of the other. Restart event can be caused by a start/stop alternation or a parameter change that results in a signal recalculation and therefore a process restart.

return

reg_sync_state: 1| ON| 0| OFF

set_state(reg_sync_state: bool) None[source]
# SCPI: [SOURce<HW>]:REGenerator:RESTart:SYNChronize:[STATe]
driver.source.regenerator.restart.synchronize.set_state(reg_sync_state = False)

Couples the REG blocks so that if both blocks are active, a subsequent restart event in any of them causes a simultaneous restart of the other. Restart event can be caused by a start/stop alternation or a parameter change that results in a signal recalculation and therefore a process restart.

param reg_sync_state

1| ON| 0| OFF