Write only |
Description |
Recalls an external device configuration file from the VNA hard drive. Currently, only DC Supply and DC Meter configuration files are supported. See more DC Device commands. |
VB Syntax |
extDev.LoadFile (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.LoadFile "MyDCSupply" |
C++ Syntax |
HRESULT LoadFile(BSTR newVal) |
Interface |
IExternalDevice |