VTI Instruments Corp.
142 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_error_message
FUNCTION PROTOTYPE
ViStatus vtex10xxA_error_message (ViSession vi,ViStatus statusCode,ViChar _VI_FAR message[]);
FUNCTION PARAMETERS
vi = contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
statusCode = indicates the status returned by the driver.
message[]=contains the driver error message.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function outputs the error message associated with the errCode parameter.
EXAMPLE