Auto

SCPI Commands :

SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]:AUTO:STATe
SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]:AUTO
class AutoCls[source]

Auto commands group definition. 14 total commands, 2 Subgroups, 2 group commands

get_state() bool[source]
# SCPI: SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]:AUTO:STATe
value: bool = driver.sense.power.sweep.hardCopy.file.name.auto.get_state()

Activates/deactivates automatic naming of the hardcopy files.

return:

state: 0| 1| OFF| ON

get_value() str[source]
# SCPI: SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]:AUTO
value: str = driver.sense.power.sweep.hardCopy.file.name.auto.get_value()

No command help available

return:

path_name: No help available

set_state(state: bool) None[source]
# SCPI: SENSe:[POWer]:SWEep:HCOPy:FILE:[NAME]:AUTO:STATe
driver.sense.power.sweep.hardCopy.file.name.auto.set_state(state = False)

Activates/deactivates automatic naming of the hardcopy files.

param state:

0| 1| OFF| ON

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.power.sweep.hardCopy.file.name.auto.clone()

Subgroups