Time

SCPI Command :

CALibration:DUE:TIME
class TimeCls[source]

Time commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: 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.

return

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

set(time: str) None[source]
# SCPI: 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.

param time

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