Date

SCPI Command :

[SOURce<HW>]:VOR: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>]:VOR:TRIGger:TIME:DATE
value: DateStruct = driver.source.vor.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>]:VOR:TRIGger:TIME:DATE
driver.source.vor.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