NI-SCOPE LabVIEW VIs

Content Type
Programming Language
Current manual

niScope Error Message

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.

niScope Error Message

cio.gif

instrument handle identifies a particular instrument session.

ci32.gif

error code (0) is the status code returned by any NI-SCOPE VI.

cerrcodeclst.gif

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.

iio.gif

instrument handle out has the same value as the instrument handle.

istr.gif

error message returns the interpreted error code as a user-readable string.

ierrcodeclst.gif

error out contains error information. This output provides standard error out functionality.

Was this information helpful?