Date

SCPI Command :

DIAGnostic:SERVice:CALibration:DUE:DATE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# DIAGnostic:SERVice:CALibration:DUE:DATE
value: str = driver.diagnostic.service.calibration.due.date.get()

Defines next date and time the instrument needs calibration to be done in ISO 8601 format. The response may be empty in case of no fixed next calibration due.

set(date: str) None[source]
# DIAGnostic:SERVice:CALibration:DUE:DATE
driver.diagnostic.service.calibration.due.date.set(date = 'abc')

Defines next date and time the instrument needs calibration to be done in ISO 8601 format. The response may be empty in case of no fixed next calibration due.

Parameters:

date – String containing next calibration due date. An empty string resets the date (= no due date) .