DAQmxAdjust9263Cal
- Updated2023-03-16
- 1 minute(s) read
DAQmxAdjust9263Cal
DAQmxAdjust9263Cal(CalHandle calHandle, const char channelNames[], float64 value);
Purpose
Adjusts the external calibration constants for an NI 9263.
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. |