Undo
SCPI Command :
SYSTem:UNDO:STATe
- Commands in total: 5Subgroups: 3Direct child commands: 1
- get_state() bool[source]
# SYSTem:UNDO:STATe value: bool = driver.system.undo.get_state()
No help available
- set_state(state: bool) None[source]
# SYSTem:UNDO:STATe driver.system.undo.set_state(state = False)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
undo_copy = driver.system.undo.clone()
Subgroups