DAQmxAdjust9214Cal
DAQmxAdjust9214Cal(CalHandle calHandle, const
char channelNames[], float64 value);
Purpose
Adjusts the external
calibration constants for an NI 9214.
Parameters
Input
|
Name |
Type |
Description |
calHandle
|
CalHandle |
A reference to the calibration session that you
created using the DAQmxInitExtCal function. |
channelNames
|
const char [] |
The physical channel(s) to calibrate. |
value
|
float64 |
The reference value measured using a
calibrator. |
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. |
|