Rule

SCPI Commands :

SYSTem:TIME:DSTime:RULE:CATalog
SYSTem:TIME:DSTime:RULE
class RuleCls[source]

Rule commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_catalog() str[source]
# SCPI: SYSTem:TIME:DSTime:RULE:CATalog
value: str = driver.system.time.daylightSavingTime.rule.get_catalog()

Returns all time-zone values that can be set via method RsCMPX_Base.System.Time.DaylightSavingTime.Rule.value.

return:

cat: Comma-separated list of all supported values, one string per value.

get_value() str[source]
# SCPI: SYSTem:TIME:DSTime:RULE
value: str = driver.system.time.daylightSavingTime.rule.get_value()

Sets the time zone in the date and time settings of the operating system. The used daylight saving time (DST) rules depend on the configured time zone. So this setting influences the automatic adjustment of the local time and date for DST. See also method RsCMPX_Base.System.Time.DaylightSavingTime.mode. Modifying the time zone modifies also the configured time zone offset, see method RsCMPX_Base.System.Tzone.set.

return:

rule: No help available

set_value(rule: str) None[source]
# SCPI: SYSTem:TIME:DSTime:RULE
driver.system.time.daylightSavingTime.rule.set_value(rule = 'abc')

Sets the time zone in the date and time settings of the operating system. The used daylight saving time (DST) rules depend on the configured time zone. So this setting influences the automatic adjustment of the local time and date for DST. See also method RsCMPX_Base.System.Time.DaylightSavingTime.mode. Modifying the time zone modifies also the configured time zone offset, see method RsCMPX_Base.System.Tzone.set.

param rule:

To query a list of all supported strings, use method RsCMPX_Base.System.Time.DaylightSavingTime.Rule.catalog.