State
SCPI Command :
MMEMory:STORe:STATe
- class StateCls[source]
State commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- set(filename: str) None [source]
# SCPI: MMEMory:STORe:STATe driver.massMemory.store.state.set(filename = 'abc')
This command saves the current instrument configuration in a *.dfl file. Secure User Mode In secure user mode, settings that are stored on the instrument are stored to volatile memory, which is restricted to 256 MB. Thus, a ‘memory limit reached’ error can occur although the hard disk indicates that storage space is still available. To store data permanently, select an external storage location such as a USB memory device. For details, see ‘Protecting data using the secure user mode’.
- param filename
String containing the path and name of the target file. The file extension is .dfl.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.massMemory.store.state.clone()
Subgroups