niScope Error Message
- Updated2023-02-21
- 2 minute(s) read
niScope Error Message
Takes the error code returned by NI-SCOPE VIs and returns the interpretation as a user-readable string.
VI_NULL can be passed as the instrument handle, which is useful to interpret errors if niScope Initialize has failed.
instrument handle identifies a particular instrument session. |
|
error code (0) is the status code returned by any NI-SCOPE VI. |
|
error in describes error conditions that occur before this node runs. The default is no error. This node executes regardless of an incoming error. This input contains status, code, and source, which provide standard error in functionality. |
|
instrument handle out has the same value as the instrument handle. |
|
error message returns the interpreted error code as a user-readable string. |
|
error out contains error information. This output provides standard error out functionality. |