Method (Write Only)
SCPI.MMEMory.LOAD.STATe = File
This command recalls the specified instrument state file (file with a .sta extension saved with SCPI.MMEMory.STORe.STATe).
Specify the file name with the extension. When you use directory names and file name, separate them with "\" (back slash), or "/" (slash).
Parameter |
File |
Description |
File name of instrument state (extension ".sta") |
Data type |
Character string type (String) |
Range |
254 characters or less |
Note |
If the specified file does not exist, an error occurs when executed and the object is ignored. |
SCPI.MMEMory.LOAD.STATe = "d:\state01.sta"
SCPI.MMEMory.LOAD.STATe = "test/state01.sta"
Save/Recall > Recall State > StateX (X=01 to 08) | AutoRec | File Dialog... | UserPres
:MMEMory:LOAD[:STATe] <string>
10 OUTPUT 717;":MMEM:LOAD ""Test1/State01.sta"""
10 OUTPUT 717;":MMEM:LOAD ""d:State01.sta"""