DSCADCALPARAMS

Universal Driver Documentation
Structure containing A/D auto-calibration settings. Used by dscADAutocal().

Structure Definition

typedef struct {

    BYTE adrange;
    BYTE boot_adrange;
    FLOAT ad_offset;
    FLOAT ad_gain;

} DSCADCALPARAMS;

Structure Members

NameDescription
adrangeA/D range to calibrate; if adrange = 255, then all A/D ranges will be calibrated
boot_adrangeA/D range whose calibration settings will be loaded from the EEPROM when the board is first powered on.
ad_offsetThe maximum offset error in A/D LSBs resulting from the autocalibration process
ad_gainThe maximum gain error in A/D LSBs resulting from the autocalibration process


This page was last modified 00:03, 30 Jan 2004.
Copyright (c) 2004 Diamond Systems. All Rights Reserved.