Write-only |
About Save/Recall |
Description |
Recalls a measurement state, calibration state, or both, from the hard drive into the analyzer. Use app.Save to save files. |
VB Syntax |
app.Recall (filename.ext) |
Variable |
(Type) - Description |
app |
An Application (object) |
filename.ext |
(string) - Full path, file name, and extension, of the file. Files are typically stored in "D:\" Use one of the following extensions:
|
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
app.Recall ("D:\MyState.cst") 'Recalls "mystate.cst" from the specified folder |
C++ Syntax |
HRESULT Recall(BSTR bstrFile) |
Interface |
IApplication |