Time

SCPI Commands

SYSTem:TIME
class TimeCls[source]

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

class TimeStruct[source]

Response structure. Fields:

  • Hour: int: No parameter help available

  • Minute: int: No parameter help available

  • Second: int: No parameter help available

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

Sets or queries the system time.

return

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

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

Sets or queries the system time.

param hour

No help available

param minute

No help available

param second

No help available