Zone
SCPI Commands :
SYSTem:TIME:ZONE:CATalog
SYSTem:TIME:ZONE
- class ZoneCls[source]
Zone commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_catalog() List[str] [source]
# SCPI: SYSTem:TIME:ZONE:CATalog value: List[str] = driver.system.time.zone.get_catalog()
Querys the list of available timezones.
- return
catalog: No help available
- get_value() str [source]
# SCPI: 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 RsSmbv.System.Time.Zone.catalog.
- return
time_zone: string
- set_value(time_zone: str) None [source]
# SCPI: 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 RsSmbv.System.Time.Zone.catalog.
- param time_zone
string