NI-DAQ™mx C Reference

DAQmxGet9775CalAdjustPoints

DAQmxGet9775CalAdjustPoints(CalHandle calHandle, uInt32 coupling, float64* adjustmentPoints, uInt32 bufferSize);

Purpose

Returns the reference 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.
coupling int32 Specifies the coupling setting to calibrate.
ValueDescription
DAQmx_Val_ACAC coupling
DAQmx_Val_DCDC coupling
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.