NI-DAQ™mx C Reference

DAQmxGet9213CalAdjustPoints

DAQmxGet9213CalAdjustPoints(CalHandle calHandle, float64 rangeMin, float64 rangeMax, float64 *adjustmentPoints, uInt32 bufferSize);

Purpose

Returns the reference voltage values to be used by a reference device to create a reference signal.

Parameters

Input
Name Type Description
calHandle CalHandle A reference to the calibration session that you created using the DAQmxInitExtCal function.
rangeMin float64 The minimum value in the range, in volts.
rangeMax float64 The maximum value in the range, in volts.
adjustmentPoints float64 * The adjustment points returned by this function.
bufferSize uInt32 The size of the buffer, in elements, containing the calibration adjustment points.

Return Value

Name Type Description
status int32 The error code returned by the function in the event of an error or warning. A value of 0 indicates success. A positive value indicates a warning. A negative value indicates an error.