Write/Read |
About External DC Devices |
Description |
Sets and returns the maximum output voltage value of the external DC Source. This command supports Keysight B2900A and N6700 series devices only. |
VB Syntax |
extDC.VoltageLimit (devicename) = value |
Variable |
(Type) - Description |
extDC |
A ExternalDCDevice (object) |
devicename |
(String) Name of the device. |
value |
(Double) Voltage limit value. |
Return Type |
Double |
Default |
0 |
Examples |
extDC.VoltageLimit("myDCDevice") = 4 'Write |
limit = extDC.VoltageLimit("myDCDevice") 'Read |
|
C++ Syntax |
HRESULT get_VoltageLimit(BSTR devicename, double *vLimit) |
Interface |
IExternalDCDevice2 |