Zone

SCPI Commands :

SYSTem:TIME:ZONE:CATalog
SYSTem:TIME:ZONE
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_catalog() List[str][source]
# SYSTem:TIME:ZONE:CATalog
value: List[str] = driver.system.time.zone.get_catalog()

Querys the list of available timezones.

get_value() str[source]
# SYSTem:TIME:ZONE
value: str = driver.system.time.zone.get_value()

Sets the timezone. You can query the list of the available timezones with method RsSmw.system.time.zone.catalog() .

Returns:

time_zone: string

set_value(time_zone: str) None[source]
# SYSTem:TIME:ZONE
driver.system.time.zone.set_value(time_zone = 'abc')

Sets the timezone. You can query the list of the available timezones with method RsSmw.system.time.zone.catalog() .

Parameters:

time_zone – string