Schedule
SCPI Command :
CALibration:DUE:SCHedule
- class ScheduleCls[source]
Schedule commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: CALibration:DUE:SCHedule value: bool = driver.calibration.due.schedule.get()
If enabled, a self-alignment is performed regularly at specific days and time. Specify the date and time using the method RsFsw.Calibration.Due.Days.set and method RsFsw.Calibration.Due.Time.set commands.
- return
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None [source]
# SCPI: CALibration:DUE:SCHedule driver.calibration.due.schedule.set(state = False)
If enabled, a self-alignment is performed regularly at specific days and time. Specify the date and time using the method RsFsw.Calibration.Due.Days.set and method RsFsw.Calibration.Due.Time.set commands.
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on