Synchronize
SCPI Command :
[SOURce<HW>]:REGenerator:RESTart:SYNChronize:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [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.
- Returns:
reg_sync_state: 1 | ON | 0| OFF
- set_state(reg_sync_state: bool) None[source]
# [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.
- Parameters:
reg_sync_state – 1 | ON | 0| OFF