Schedule
SCPI Command :
CALibration:DUE:SCHedule
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# 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 methodRsFsw.calibration.due.time.set()commands.- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# 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 methodRsFsw.calibration.due.time.set()commands.- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on