Command Only
:MMEMory:LOAD:STATe <String>
This command recalls the specified test wizard state file (file with .twz extension saved with :MMEM:STOR:STAT). The state file is recalled from your local PC in case of remote.
Specify the file name with the extension. When you use directory names and file name, separate them with "\" (back slash), or "/" (slash).
Parameter |
String |
Description |
File name of test wizard state (extension ".twz") in your local pc. |
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. |
Dim Var as String
Var = "Test.twz"
Ena.WriteString ":MMEM:LOAD:STAT " & Var, True
Recall Test
This GUI loads the state file from the E5063A storage.