DAQmxGetAIChanCalExpDate
int32 DAQmxGetAIChanCalExpDate (TaskHandle taskHandle, const char channelName[], uInt32 *year, uInt32 *month, uInt32 *day, uInt32 *hour, uInt32 *minute);
Purpose
Indicates the last date and time that the channel underwent an external channel calibration.
Parameters
Input | ||
Name | Type | Description |
---|---|---|
taskHandle | TaskHandle | The task used in this function. |
channelName | const char [] | Name of the local or global channel to query calibration for. |
Output | ||
Name | Type | Description |
year |
|
The last year that the channel underwent an external channel calibration. |
month |
|
The last month that the channel underwent an external channel calibration. |
day |
|
The last day that the channel underwent an external channel calibration. |
hour |
|
The last hour, on a 24-hour clock, that the channel underwent an external channel calibration. |
minute |
|
The last minute that the channel underwent an external channel calibration. |
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. |