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