Date

SCPI Command :

SYSTem:COMMunicate:RDEVice:OSCilloscope:ALIGnment:DATE
class DateCls[source]

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

get() str[source]
# SCPI: SYSTem:COMMunicate:RDEVice:OSCilloscope:ALIGnment:DATE
value: str = driver.system.communicate.rdevice.oscilloscope.alignment.date.get()

Returns the date of alignment of the ‘IF OUT 2 GHz/ IF OUT 5 GHz’ to the oscilloscope for the optional 2 GHz / 5 GHz bandwidth extension (FSW-B2000/B5000) . For details see ‘Alignment’.

return

date: Returns the date of alignment.

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

Returns the date of alignment of the ‘IF OUT 2 GHz/ IF OUT 5 GHz’ to the oscilloscope for the optional 2 GHz / 5 GHz bandwidth extension (FSW-B2000/B5000) . For details see ‘Alignment’.

param date

Returns the date of alignment.