State
SCPI Command :
MMEMory:STORe:STATe
- Commands in total: 2Subgroups: 1Direct child commands: 1
- set(filename: str) None[source]
# 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’.
- Parameters:
filename – String containing the path and name of the target file. The file extension is .dfl.
Cloning the Group
# Create a copy of the original group, that exists independently
state_copy = driver.massMemory.store.state.clone()
Subgroups