DAQmxSetAIChanCalCalDate
int32 DAQmxSetAIChanCalCalDate (TaskHandle taskHandle, const char channelName[], uInt32 *year, uInt32 *month, uInt32 *day, uInt32 *hour, uInt32 *minute);
Purpose
Sets the date and time that the channel underwent a 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 calibrate. |
year | uInt32 | The last year that the channel underwent a channel calibration. |
month | uInt32 | The last month that the channel underwent a channel calibration. |
day | uInt32 | The last day that the channel underwent a channel calibration. |
hour | uInt32 | The last hour, on a 24-hour clock, that the channel underwent a channel calibration. |
minute | uInt32 | The last minute that the channel underwent a 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. |