8 _6308_get_da_status, Description, Syntax – ADLINK PCM-6308V+ User Manual

Page 46: Arguments, Return code, 6308_get_da_status, Description @ syntax @ arguments @ return code

Advertising
background image

36

C/C++ Library

5.8 _6308_Get_DA_Status

@ Description

This function is used to check the DA data sending status.
Because the data transfer time for every DA data takes 16.0

µ

s,

the software driver must wait for 16.0

µ

s before sending another

data to any analog output port. This function should be called
before writing any data to the output port. While the DA value is
sending, the returned value is “1”, otherwise the returned value is
“0”.

@ Syntax

C/C++ (DOS)

U16 W_6308_Get_DA_Status (U16 cardNo)

C/C++ (Windows 95)

U16 W_6308_Get_DA_Status (U16 cardNo)

Visual Basic (Windows 95)

W_6308_Get_DA_Status (ByVal cardNo As Integer) As

Integer

@ Arguments

cardNo:The card number of PCI-6308 cards

@ Return Code

0 (low): no DA value is sending
1 (high): the DA value is sending

Advertising