DAQmxGet9222CalAdjustPoints
- Updated2023-03-16
- 1 minute(s) read
DAQmxGet9222CalAdjustPoints
DAQmxGet9222CalAdjustPoints(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. |