Schedule

SCPI Command :

CALibration:DUE:SCHedule
Commands in total: 1
Subgroups: 0
Direct 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 method RsFsw.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 method RsFsw.calibration.due.time.set() commands.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on