Date
SCPI Command :
DIAGnostic:SERVice:CALibration:DUE:DATE
- class DateCls[source]
Date commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: 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.
- return
date: No help available
- set(date: str) None [source]
# SCPI: 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.
- param date
String containing next calibration due date. An empty string resets the date (= no due date) .