Date

SCPI Command :

SYSTem:COMMunicate:RDEVice:OSCilloscope:ALIGnment:DATE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# SYSTem:COMMunicate:RDEVice:OSCilloscope:ALIGnment:DATE
value: str = driver.system.communicate.rdevice.oscilloscope.alignment.date.get()

No help available

set(date: str) None[source]
# SYSTem:COMMunicate:RDEVice:OSCilloscope:ALIGnment:DATE
driver.system.communicate.rdevice.oscilloscope.alignment.date.set(date = 'abc')

No help available