Utc

SCPI Command :

SYSTem:DATE:UTC
class UtcCls[source]

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

class UtcStruct[source]

Response structure. Fields:

  • Year: int: No parameter help available

  • Month: int: No parameter help available

  • Day: int: No parameter help available

get() UtcStruct[source]
# SCPI: SYSTem:DATE:UTC
value: UtcStruct = driver.system.date.utc.get()

No command help available

return:

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

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