Utc

SCPI Command :

SYSTem:TIME:UTC
class UtcCls[source]

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

class UtcStruct[source]

Response structure. Fields:

  • Hour: int: No parameter help available

  • Minute: int: No parameter help available

  • Second: int: No parameter help available

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

No command help available

return:

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

set(hour: int, minute: int, second: int) None[source]
# SCPI: SYSTem:TIME:UTC
driver.system.time.utc.set(hour = 1, minute = 1, second = 1)

No command help available

param hour:

No help available

param minute:

No help available

param second:

No help available