DAQmxGet9208CalAdjustPoints
DAQmxGet9208CalAdjustPoints(CalHandle calHandle,
float64 *adjustmentPoints, uInt32 bufferSize);
Purpose
Returns the reference current 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. |
|