Return to Function List

pi620_error_query


      ViStatus pi620_error_query (ViSession instrumentHandle,

                                  ViPInt32 errorCode,

                                  ViChar _VI_FAR errorMessage[]);


  Purpose


      Error Query is not supported by this instrument.  This function only

      exists for compliance with the VXI Plug and Play specifications.

     

      It returns a defined value VI_WARN_NSUP_ERROR_QUERY.


  Parameter List


      instrumentHandle


          Variable Type       ViSession


          The ViSession handle that you obtain from the pi620_init function.

          The handle identifies a particular instrument session.

         

          Default Value:  None

         


      errorCode


          Variable Type       ViInt32 (passed by reference)


          Error code returned from the instrument.


      errorMessage


          Variable Type       ViChar[]


          Text description of the error code.




  Return Value


      Refer to Function Return Value page.