Srtime
SCPI Command :
SYSTem:SRTime:STATe
- class SrtimeCls[source]
Srtime commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: SYSTem:SRTime:STATe value: bool = driver.system.srtime.get_state()
No command help available
- return
state: No help available
- set_state(state: bool) None [source]
# SCPI: SYSTem:SRTime:STATe driver.system.srtime.set_state(state = False)
No command help available
- param state
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.system.srtime.clone()
Subgroups