www.vtiinstruments.com
EX10xxA Function Calls 143
vtex10xxA_error_query
FUNCTION PROTOTYPE
ViStatus vtex10xxA_error_query (ViSession vi,ViPInt32 errorCode,ViChar _VI_FAR errorMessage[]);
FUNCTION PARAMETERS
vi = contains a session handle to the instrument. The handle is issued by the resource manager and remains valid
until the session is closed.
errorCode = points to storage for the error code from the instrument.
errorMessage[] = contains the driver error message.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function outputs the error code and error message obtained from the instrument.
EXAMPLE