Synchronize

SCPI Command :

[SOURce<HW>]:FSIMulator:SYNChronize:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:FSIMulator:SYNChronize:STATe
value: bool = driver.source.fsimulator.synchronize.get_state()

Couples the fading simulators 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:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [SOURce<HW>]:FSIMulator:SYNChronize:STATe
driver.source.fsimulator.synchronize.set_state(state = False)

Couples the fading simulators 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:

state – 1 | ON | 0| OFF