Synchronize

SCPI Command :

SCENario:DF:SYNChronize:ENABle
class SynchronizeCls[source]

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

get_enable() bool[source]
# SCPI: SCENario:DF:SYNChronize:ENABle
value: bool = driver.scenario.df.synchronize.get_enable()

Enables synchronized setup.

return:

enable: ON| OFF| 1| 0

set_enable(enable: bool) None[source]
# SCPI: SCENario:DF:SYNChronize:ENABle
driver.scenario.df.synchronize.set_enable(enable = False)

Enables synchronized setup.

param enable:

ON| OFF| 1| 0