DI_AsyncDblBufferMode Previous topicNext topicFirst topicLast topic

DI_AsyncDblBufferMode

@ Description

Enables or disables double-buffered data acquisition mode.

@ Cards Support

7200

@ Syntax

I16 DI_AsyncDblBufferMode (U16 CardNumber, BOOLEAN Enable)

@ Parameter

CardNumber : The card id of the card that double-buffered mode to be set.
Enable : Whether the double-buffered mode is enabled or not.
             TRUE: double-buffered mode is enabled.
             FALSE: double-buffered mode is disabled.
             (constants TRUE and FALSE are defined in dask.h)

@ Return Code

NoError, ErrorInvalidCardNumber, ErrorCardNotRegistered, ErrorFuncNotSupport