Write/Read |
About Ext DC Devices |
Description |
Sets and returns the "Dwell Before/After Point" value for an external DC Device which can be configured as either a DC Meter or a DC Source. |
VB Syntax |
extDC.PointDwell = value |
Variable |
(Type) - Description |
extDC |
An ExternalDCDevice (object) |
value |
(Double) For DC Meter, the dwell time (in seconds) before making a data point measurement. For DC Source, the dwell time (in seconds) after making a data point setting. |
Return Type |
Double |
Default |
3 milliseconds |
Examples |
extDC.PointDwell = 10e-3 'Write |
dwell = extDC.PointDwell 'Read |
|
C++ Syntax |
HRESULT get_PointDwell (double *pValue) HRESULT put_PointDwell (double newVal) |
Interface |
IExternalDCDevice |