Time
SCPI Command :
CALibration:DUE:TIME
- Commands in total: 1Subgroups: 0Direct 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 methodRsFsw.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 methodRsFsw.calibration.due.schedule.set()ON.- Parameters:
time – string with format ‘hh:mm’ (24 hours)