dscDACalVerify()

byte dscDACalVerify(short board, ref DSCDACALPARAMS DACALparam);

Verifies the accuracy of the most recent D/A auto-calibration process and returns the measured errors.

Name

Description

board

The handle of the board to operate on

DSCDACALPARAMS

The D/A calibration settings to be used in the verification process

These variables of the passed DSCDACALPARAMS structure are modified:

Name

Description

offset

Error in D/A LSB counts at the mid-scale of the D/A range

gain

Error in D/A LSB counts at the full-scale (high end) of the D/A range

Return Value

Error code or 0.

Last updated