DAQmxAdjust1124Cal
int32 DAQmxAdjust1124Cal (uInt32 calHandle, float64 measOutput);
Purpose
Adjusts the calibration constants for the SCXI-1124 module. You must measure the voltage or current generated by a previous call to the DAQmxSetup1124Cal function and specify the measurement with measOutput.
Parameters
Input | ||
Name | Type | Description |
---|---|---|
calHandle |
|
A reference to the calibration session that you created using the DAQmxInitExtCal function. |
measOutput | float64 | The voltage or current measured at the output channel specified in a previous call to the DAQmxSetup1124Cal function. |
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. |