Return to Function List

pi620_MemoryTest


      ViStatus pi620_MemoryTest (ViSession instrumentHandle,

                                 ViPUInt32 errorAddress, ViPUInt32 errorData,

                                 ViPUInt32 expectedData);


  Purpose


      Perform instrument memory test of active channel.


  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

         


      errorAddress


          Variable Type       ViUInt32 (passed by reference)


          Returns address at which the error occurs, if there is any error.


      errorData


          Variable Type       ViUInt32 (passed by reference)


          Returns the read data of Error Address.


      expectedData


          Variable Type       ViUInt32 (passed by reference)


          Returns the expected data for Error Address.




  Return Value


      Refer to Function Return Value page.