Date

SCPI Command :

DIAGnostic:SERVice:DATE
class DateCls[source]

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

get() str[source]
# SCPI: DIAGnostic:SERVice:DATE
value: str = driver.diagnostic.service.date.get()

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

return

date: No help available

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

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

param date

String containing last service date.