DaylightSavingTime

SCPI Command :

SYSTem:TIME:DSTime:MODE
class DaylightSavingTimeCls[source]

DaylightSavingTime commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_mode() str[source]
# SCPI: SYSTem:TIME:DSTime:MODE
value: str = driver.system.time.daylightSavingTime.get_mode()

No command help available

return

pseudo_string: No help available

set_mode(pseudo_string: str) None[source]
# SCPI: SYSTem:TIME:DSTime:MODE
driver.system.time.daylightSavingTime.set_mode(pseudo_string = 'abc')

No command help available

param pseudo_string

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.system.time.daylightSavingTime.clone()

Subgroups