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