Write/Read
About Sweep Delay

Sweep Delay Property


Description

Specifies the time to wait just before acquisition begins for each sweep. This delay is in addition to Dwell Time and the following two External Trigger delays if enabled.

 VB Syntax

chan.SweepDelay = value

Variable

(Type) - Description

chan

Channel (object)

value

(double) - Sweep delay in seconds.

Return Type

Double

Default

0

Examples

chan.SweepDelay = 3e-3 'Write

swpdelay = chan.SweepDelay 'Read

C++ Syntax

HRESULT get_SweepDelay(double *pVal)

HRESULT put_SweepDelay(double newVal)

Interface

IChannel


Last Modified:

6-Mar-2012

Fixed link

1-Mar-2010

MX New topic