Error Message
- Updated2023-02-17
- 2 minute(s) read
Error Message
Takes the error code returned by NI-SCOPE functions and returns the interpretation as a user-readable string.
You can pass VI_NULL as the instrument handle, which is useful to interpret errors if Initialize fails.
Inputs/Outputs

session in
Handle that identifies the NI-SCOPE instrument session as previously allocated by Initialize With Options .

error in
Error conditions that occur before this node runs.
Default value: no error

error code
The status code returned by any NI-SCOPE function.
Default value: 0

session out
Reference to the NI-SCOPE instrument session to pass to the next node in the program.

error out
Error information.
The node produces this output according to standard error behavior.

error message
The interpreted error code.