Error Management Functions
Error Management functions clear pending errors, return the last error, return the function in which the last error occurred, and set the error.
The following table lists the Error Management functions. The functions in the Error Management class are grouped according to the types of operations they perform. The first column contains the name of the class. The second column contains names of individual function panels. Each Error Management function panel represents one function.
Class | LabWindows/CVI Equivalent | Function Name |
---|---|---|
Error Management | Clear Error | imaqClearError |
Error Management | Get Error Text | imaqGetErrorText |
Error Management | Get Last Error | imaqGetLastError |
Error Management | Get Last Error Function | imaqGetLastErrorFunc |
Error Management | Set Error | imaqSetError |