Converts a error code returned by an NI-RFSG VI into a user-readable string. Instead of using this VI, most applications will use an Error Out control or the Simple Error Handler in LabVIEW to display error information.


icon

Inputs/Outputs

  • civrn.png instrument handle

    instrument handle identifies your instrument session. instrument handle is obtained from either the niRFSG Initialize VI or the niRFSG Initialize With Options VI.

  • ci32.png error code

    error code specifies the error code returned from any NI-RFSG VI. The default value is 0.

  • cerrcodeclst.png error in

    error in can accept error information wired from VIs previously called. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

  • iivrn.png instrument handle out

    instrument handle out passes a reference to your instrument session to the next VI. instrument handle out is obtained from the niRFSG Initialize VI or the niRFSG Initialize With Options VI.

  • istr.png error message

    error message returns user-readable message string that corresponds to the error code you specify.

  • ierrcodeclst.png error out

    error out passes error or warning information out of a VI to be used by other VIs. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.