Returns the error code and description for the last error that occurred.

This VI is generally not needed because the error out outputs return fully formatted error information from each VI or Property Node. If you did not use error handling or if you lost an error, you can use this VI to retrieve the error information.


icon

Inputs/Outputs

  • cu32.png session handle

    session handle identifies your instrument session.

    session handle is obtained from the niUSRP Open Tx Session VI or the niUSRP Open Rx Session VI and identifies a particular transmit (Tx) or receive (Rx) session.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • iu32.png session handle out

    session handle out passes a reference to your instrument session to the next VI.

    session handle out is obtained from the niUSRP Open Tx Session VI or the niUSRP Open Rx Session VI and identifies a particular transmit (Tx) or receive (Rx) session.

  • ii32.png error code

    error code returns the status error code for the last error that occurred.

  • istr.png error description

    error description returns the error message string for the last error that occurred.

  • ierrcodeclst.png error out

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