Struct DSCADSCAN

Universal Driver Documentation

Structure Definition

typedef struct {

    BYTE low_channel;
    BYTE high_channel;
    DSCSAMPLE* sample_values;
    BYTE gain;

} DSCADSCAN;

Structure Members

Name Description
low_channelThe starting channel in the scan range on which to perform A/D conversions
high_channelThe ending channel in the scan range on which to perform A/D conversions; must be greater than or equal to low_channel.
sample_valuesPointer to a buffer to hold the results of the A/D conversions
gainGain 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.