Return to Function List

pi620_self_test


      ViStatus pi620_self_test (ViSession instrumentHandle,

                                ViPUInt16 selfTestResult,

                                ViChar _VI_FAR seftTestMessage[]);


  Purpose


      Self Test is not supported by this instrument.

     

      It returns a defined value VI_WARN_NSUP_SELF_TEST.


  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

         


      selfTestResult


          Variable Type       ViUInt16 (passed by reference)


          Numeric result of the self test

         

          0 = no error (test passed)


      seftTestMessage


          Variable Type       ViChar[]


          The status message from the self test.



  Return Value


      Refer to Function Return Value page.