NI-DAQ™mx C Reference

Content Type
Programming Language
Current manual
Table of Contents

DAQmxGet9231CalAdjustPoints

DAQmxGet9231CalAdjustPoints

DAQmxGet9231CalAdjustPoints(CalHandle calHandle, 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.
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.
Was this information helpful?