StorageLoc

SCPI Command :

PROGram:STORageloc:ENABle
class StorageLocCls[source]

StorageLoc commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_enable() bool[source]
# SCPI: PROGram:STORageloc:ENABle
value: bool = driver.program.storageLoc.get_enable()

If enabled, you can select the directory in that new repository is saved.

return:

enable: ON| OFF| 1| 0

set_enable(enable: bool) None[source]
# SCPI: PROGram:STORageloc:ENABle
driver.program.storageLoc.set_enable(enable = False)

If enabled, you can select the directory in that new repository is saved.

param enable:

ON| OFF| 1| 0