Command
:MMEMory:LOAD[:STATe] <Value>
This command recalls the specified instrument state file (file with a .sta extension saved with :MMEM:STOR)
Specify the file name with the extension. When you use directory names and file name, separate them with "\" (back slash), or "/" (slash).
Parameter |
Value |
Description |
File name of instrument state (extension ".sta") |
Data Type |
Character string type (String) |
Range |
254 chars |
Dim Var as String
Var = "D:\state1.sta"
Ana.WriteString ":MMEM:LOAD " & Var, True
Save/Recall > Recall State > State01 to State08
Save/Recall > Recall State > Autorec
Save/Recall > Recall State > UserPres
Save/Recall > Recall State > File Dialog...
SCPI.MMEMORY.LOAD.STATE