Write/Read
About External Devices

Driver Property


Description

Sets and returns the external device driver (model).

 VB Syntax

extDevices.Driver = value

Variable

(Type) - Description

extDevices

An ExternalDevice (object)

value

(String)  External device driver (model). Choose from the following:

"AGPM" for all power meters.

"AGPULSEGEN" for supported pulse generators.

"DCSource" for all supported DC Sources

"DCMeter" for all supported DC Meters

See a list of supported external source drivers.

Return Type

String

Default

Not Applicable

Examples

extDevices.Driver = "AGESG" 'Write

value = extDevices.Driver 'Read

See example program to configure PMAR device

See example program to configure External Source

C++ Syntax

HRESULT get_Driver( BSTR* value);

HRESULT put_Driver( BSTR newVal);

Interface

IExternalDevices


Last Modified:

15-Jan-2010

Added 'AG" to example

31-Jul-2009

MX New topic