DAQmxAdjust153xCal
int32 DAQmxAdjust153xCal (uInt32 calHandle, float64 refVoltage, float64 measOutput);
Purpose
Adjusts the external calibration constants for the SCXI-153x module. You must supply a known voltage to the device and specify that voltage with refVoltage.
Parameters
Input | ||
Name | Type | Description |
---|---|---|
calHandle |
|
A reference to the calibration session that you created using the DAQmxInitExtCal function. |
refVoltage | float64 | The known voltage, in volts, to use as a reference for calibration. Both refVoltage and measOutput must be of the same measurement type, either RMS voltage or peak-to-peak voltage. |
measOutput | float64 | The voltage measured at the output of the module. Both refVoltage and measOutput must be of the same measurement type, either RMS voltage or peak-to-peak voltage. |
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. |