DAQmxSCBaseboardCalAdjust
int32 DAQmxSCBaseboardCalAdjust (CalHandle
calHandle, float64 referenceVoltage);
Purpose
Adjusts the external
calibration constants on for the baseboard of an SC Series
device. You must connect a known voltage to the device and specify
that voltage with referenceVoltage.
Parameters
Input
|
Name |
Type |
Description |
calHandle
|
CalHandle |
A reference to the calibration session that you
created using the DAQmxInitExtCal function. |
referenceVoltage
|
float64 |
The known voltage, in volts, to use as a reference for
calibration. This voltage should be between +6.000 V and +9.999
V. |
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. |
|