Sync
SCPI Command :
SYSTem:SRECorder:SYNC
- class SyncCls[source]
Sync commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: SYSTem:SRECorder:SYNC value: bool = driver.system.srecorder.sync.get()
If enabled, additional commands are included in the script to synchronize the recorded commands when necessary. For instance, when a measurement is started, a *WAI command is inserted to ensure that the next command is only executed after the measurement has finished.
- return
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None [source]
# SCPI: SYSTem:SRECorder:SYNC driver.system.srecorder.sync.set(state = False)
If enabled, additional commands are included in the script to synchronize the recorded commands when necessary. For instance, when a measurement is started, a *WAI command is inserted to ensure that the next command is only executed after the measurement has finished.
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on