Local

SCPI Command :

SYSTem:DATE:LOCal
class LocalCls[source]

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

class LocalStruct[source]

Response structure. Fields:

  • Year: int: No parameter help available

  • Month: int: No parameter help available

  • Day: int: No parameter help available

get() LocalStruct[source]
# SCPI: SYSTem:DATE:LOCal
value: LocalStruct = driver.system.date.local.get()

No command help available

return:

structure: for return value, see the help for LocalStruct structure arguments.

set(year: int, month: int, day: int) None[source]
# SCPI: SYSTem:DATE:LOCal
driver.system.date.local.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