int32 DAQmxSelfCal (const char deviceName[]);
Measures the onboard reference voltage of the device and adjusts the self-calibration constants to account for any errors caused by short-term fluctuations in the operating environment. When you self calibrate a device, no external signal connections are necessary.
Input | ||
Name | Type | Description |
---|---|---|
deviceName |
|
The name of the device, as configured in MAX, to which this operation applies. |
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. |