niHSDIO_ClearError
Specific Function
C Function Prototype
ViStatus niHSDIO_ClearError (ViSession vi);
Purpose
Clears the error information for the current execution thread and the IVI session you specify. If you pass VI_NULL for vi, this function clears the error information only for the current execution thread.
Parameters
Name | Type | Description |
---|---|---|
vi | ViSession | This handle identifies your instrument session. vi was obtained from the niHSDIO_InitAcquisitionSession or niHSDIO_InitGenerationSession function. |