Write only |
Description |
Saves an external device configuration file to the VNA hard drive. Currently, only DC Supply and DC Meter configuration files are supported. See more DC Device commands. |
VB Syntax |
extDev.SaveFile (filename) |
Variable |
(Type) - Description |
extDev |
An ExternalDevice Object |
filename |
(String) File name and .xml extension of the external device configuration file. Currently, only DC Supply and DC Meter configuration files are supported. See more DC Device commands. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
extDev.SaveFile "MyDCSupply" |
C++ Syntax |
HRESULT SaveFile(BSTR newVal) |
Interface |
IExternalDevice |