Date
SCPI Command :
DIAGnostic:SERVice:CALibration:DATE
- class DateCls[source]
- Date commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get() str[source]
- # SCPI: DIAGnostic:SERVice:CALibration:DATE value: str = driver.diagnostic.service.calibration.date.get() - Defines last date and time the instrument was calibrated in ISO 8601 format. - return
- date: No help available 
 
 - set(date: str) None[source]
- # SCPI: DIAGnostic:SERVice:CALibration:DATE driver.diagnostic.service.calibration.date.set(date = 'abc') - Defines last date and time the instrument was calibrated in ISO 8601 format. - param date
- String containing calibration date of the instrument.