Tzone

SCPI Command :

SYSTem:TZONe
class TzoneCls[source]

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

class TzoneStruct[source]

Response structure. Fields:

  • Hour: int: No parameter help available

  • Minute: int: No parameter help available

get() TzoneStruct[source]
# SCPI: SYSTem:TZONe
value: TzoneStruct = driver.system.tzone.get()

No command help available

return:

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

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

No command help available

param hour:

No help available

param minute:

No help available