typedef struct {
BYTE low_channel; BYTE high_channel; DSCSAMPLE* sample_values; BYTE gain;
} DSCADSCAN;
Name | Description |
---|---|
low_channel | The starting channel in the scan range on which to perform A/D conversions |
high_channel | The ending channel in the scan range on which to perform A/D conversions; must be greater than or equal to low_channel. |
sample_values | Pointer to a buffer to hold the results of the A/D conversions |
gain | Gain setting for A/D conversions; valid settings are GAIN_1, GAIN_2, GAIN_4, or GAIN_8 |
This page was last modified 15:44, 12 Feb 2004.
Copyright (c) 2004 Diamond Systems. All Rights Reserved.