Date
SCPI Command :
[SOURce<HW>]:ILS:TRIGger:TIME:DATE
- class DateCls[source]
Date commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class DateStruct[source]
Response structure. Fields:
Year: int: No parameter help available
Month: int: No parameter help available
Day: int: No parameter help available
- get() DateStruct [source]
# SCPI: [SOURce<HW>]:ILS:TRIGger:TIME:DATE value: DateStruct = driver.source.ils.trigger.time.date.get()
No command help available
- return
structure: for return value, see the help for DateStruct structure arguments.
- set(year: int, month: int, day: int) None [source]
# SCPI: [SOURce<HW>]:ILS:TRIGger:TIME:DATE driver.source.ils.trigger.time.date.set(year = 1, month = 1, day = 1)
No command help available
- param year
No help available
- param month
No help available
- param day
No help available