Date

SCPI Command :

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

Defines the last date and time the instrument was serviced (ISO 8601 format) .

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

Defines the last date and time the instrument was serviced (ISO 8601 format) .

Parameters:

date – String containing last service date.