DAQmxAdjust1126Cal

NI-DAQmx C Functions

DAQmxAdjust1126Cal

int32 DAQmxAdjust1126Cal (uInt32 calHandle, float64 refFreq, float64 measOutput);

Purpose

Adjusts the calibration constants for the SCXI-1126 module. You must measure the voltage generated by a previous call to the DAQmxSetup1126Cal function and specify the measurement with measOutput.

Parameters

Input
Name Type Description
calHandle uInt32 A reference to the calibration session that you created using the DAQmxInitExtCal function.
refFreq float64 The known frequency, in hertz, to use as a reference for calibration.
measOutput float64 The voltage 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.