DAQmxAdjust1503CurrentCal
int32 DAQmxAdjust1503CurrentCal (uInt32 calHandle, const char channelName[], float64 measOutput);
Purpose
Adjusts the current calibration constants for the SCXI-1503 module.
Parameters
Input | ||
Name | Type | Description |
---|---|---|
calHandle |
|
A reference to the calibration session that you created using the DAQmxInitExtCal function. |
channelName | const char [] | The physical channel to calibrate. |
measOutput | float64 | The current measured at the output of the module. |
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. |