Write/Read |
About External DC Devices |
Description |
Sets and returns the "Define Min As" value for an external DC Source. |
VB Syntax |
extDC.MinOutput = value |
Variable |
(Type) - Description |
extDC |
A ExternalDCDevice (object) |
value |
(Double) Minimum value for the external DC Source. |
Return Type |
Double |
Default |
-10 V |
Examples |
extDC.MinOutput = -10 'Write value = extDC.MinOutput 'Read |
C++ Syntax |
HRESULT get_MinOutput( double* value); HRESULT put_MinOutput( double value); |
Interface |
IExternalDCDevice3 |