niRFSG Error Message VI
- Updated2025-10-14
- 2 minute(s) read
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.

Inputs/Outputs
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.
error code
—
error code specifies the error code returned from any NI-RFSG VI. The default value is 0.
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.
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.
error message
—
error message returns user-readable message string that corresponds to the error code you specify.
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. |
instrument handle
—
error code
—
error in
—
instrument handle out
—
error message
—
error out
—