DscDASetSettings

Universal Driver Documentation
Sets the D/A configuration for future D/A conversions. A delay of approximately 10 microseconds occurs during this function call in order to allow the analog circuit on the board to settle on the new settings. On -AT (auto-calibrating) boards, if dasettings->load_cal is TRUE, then load the D/A calibration settings from the EEPROM for the current D/A configuration. This results in slightly more accurate D/A conversions but causes an additional, longer delay of approximately 10 milliseconds.

Function Definition

BYTE dscDASetSettings(DSCB board, DSCDASETTINGS* dasettings);

Function Parameters

NameDescription
boardThe handle of the board to operate on
dasettingsThe D/A conversion settings to be used in subsequent D/A conversions; these settings will be used for all D/A conversions.

Return Value

Error code or 0.


This page was last modified 11:43, 12 Feb 2004.
Copyright (c) 2004 Diamond Systems. All Rights Reserved.