Write-only |
About Save/Recall |
Description |
Saves the appropriate content to the hard drive depending on the extension that is provided. Some saved files can be recalled using app.Recall. depending on the content. |
VB Syntax |
app.Save(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.Save("C:\Program Files(x86)\Keysight\Network Analyzer\Documents\Newfolder\MyState.cst") 'Saves "mystate.cst" to the specified folder |
C++ Syntax |
HRESULT Save(BSTR bstrFile) |
Interface |
IApplication |