Time

SCPI Command :

CALibration:DUE:TIME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# CALibration:DUE:TIME
value: str = driver.calibration.due.time.get()

Defines the time at which a self-alignment is scheduled for the days specified by method RsFsw.calibration.due.days.set() , if method RsFsw.calibration.due.schedule.set() ON.

Returns:

time: string with format ‘hh:mm’ (24 hours)

set(time: str) None[source]
# CALibration:DUE:TIME
driver.calibration.due.time.set(time = 'abc')

Defines the time at which a self-alignment is scheduled for the days specified by method RsFsw.calibration.due.days.set() , if method RsFsw.calibration.due.schedule.set() ON.

Parameters:

time – string with format ‘hh:mm’ (24 hours)