DscAACCommand

Universal Driver Documentation
Sets the commands for auto auto-calibration. These commands can be used to enable, disable, trigger, and reset the auto auto-calibration

Function Definition

 #define AAC_CMD_HOLD  0x10  
 #define AAC_CMD_REL   0x08  
 #define AAC_CMD_RESET 0x04 
 #define AAC_CMD_ABORT 0x02 
 #define AAC_CMD_TRIG  0x01  


BYTE dscAACCommand(DSCB board, DWORD cmd)

Function Parameters

NameDescription
boardThe handle of the board to operate on
cmdCommand used to enable, disable, trigger, and reset auto auto-calibration. Masks are AAC_CMD_XXX

Return Value

Error code or 0.


This page was last modified 01:23, 4 Aug 2005.
Copyright (c) 2004 Diamond Systems. All Rights Reserved.