MMEMory:LOAD:PREFerences <file>
MMEMory:STORe:PREFerences <file>
Load: Reboots the instrument and loads the non-volatile I/O settings and user preferences from a file. The specified
file cannot be empty or marked as hidden or system.
Store: Stores non-volatile I/O settings and user preferences to a file. If the destination file exists, it will be over-
written, unless marked as hidden or system.
Parameter Typical return
<file> = Any valid file name.
The .prf file extension is optional. If you do not include this extension,
the instrument firmware will automatically append it.
(none)
Load non-volatile I/O settings and user preferences from the specified file:
MMEM:LOAD:PREF "INT:\MyPreferences"
Stores the current non-volatile I/O settings and user preferences into the specified file:
MMEM:STOR:PREF "INT:\MyPreferences"
– The specified folder must exist and cannot be marked as hidden or system.
MMEMory:LOAD:STATe <file>
MMEMory:STORe:STATe <file>
Load: Loads an instrument state from a state file.
Store: Saves the current instrument state to a state file.
The file name optionally includes the folder name and the .sta file extension. If you do not include this extension, the
instrument firmware will automatically append it.
Parameter Typical return
<file> Any valid file name. (none)
Load the instrument state from MySetup.sta saved by the previous command:
MMEM:LOAD:STAT "INT:\MySetup.sta"
Store the current instrument state to the specified state file in the root directory of the internal flash file system:
MMEM:STOR:STAT "INT:\MySetup"
Keysight DAQ970A/DAQ973A Programming Guide 187
2 SCPI Programming