Synchronize

SCPI Command :

[SOURce]:FSIMulator:SYNChronize:STATe
class SynchronizeCls[source]

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

get_state() bool[source]
# SCPI: [SOURce]: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.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce]: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.

param state

1| ON| 0| OFF