Local

SCPI Command :

SYSTem:TIME:LOCal
class LocalCls[source]

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

class LocalStruct[source]

Response structure. Fields:

  • Hour: int: No parameter help available

  • Minute: int: No parameter help available

  • Second: int: No parameter help available

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

No command help available

return:

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

set(hour: int, minute: int, second: int) None[source]
# SCPI: SYSTem:TIME:LOCal
driver.system.time.local.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