Error Info
- Updated2025-10-06
- 1 minute(s) read
Groups
None
Group members
| Name | Description |
|---|---|
| niDCPower_ClearError | Clears the error code and error description for the IVI session. If the user specifies a valid IVI session for vi, this function clears the error information for the session. If the user passes VI_NULL for vi, this function clears the error information for the current execution thread. If the ViSession parameter is an invalid session, the function does nothing and returns an error. |
| niDCPower_GetError | Retrieves and then clears the IVI error information for the session or the current execution thread unless bufferSize is 0, in which case the function does not clear the error information. By passing 0 for the buffer size, you can ascertain the buffer size required to get the entire error description string and then call the function again with a sufficiently large buffer size. |
| niDCPower_error_message | Converts a status code returned by an instrument driver function into a user-readable string. |
| niDCPower_error_query | Reads an error code and a message from the instrument's error queue. |
Attachments
None