Write/Read |
About External Devices |
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 |
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 |