Write/Read
About Ext DC Devices

SweepDwell Property


Description

Sets and returns the "Dwell Before Sweep" value for an external DC Device which can be configured as either a DC Meter or a DC Source.

 VB Syntax

extDC.SweepDwell = value

Variable

(Type) - Description

extDC

An ExternalDCDevice (object)

value

(Double) The dwell time (in seconds) before making a new sweep.

Return Type

Double

Default

1 milliseconds

Examples

extDC.SweepDwell = 10e-3 'Write

dwell = extDC.SweepDwell 'Read

C++ Syntax

HRESULT get_SweepDwell (double *pValue)

HRESULT put_SweepDwell (double newVal)

Interface

IExternalDCDevice


Last Modified:

15-Feb-2012

New topic