Write only

SaveFile Method


Description

Saves an external device configuration file to the PNA 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


Last Modified:

11-Apr-2012

New topic