Return to Function List

pi620_GetCalibrationDate


      ViStatus pi620_GetCalibrationDate (ViSession instrumentHandle,

                                         ViPUInt32 year, ViPUInt32 month,

                                         ViPUInt32 day);


  Purpose


      Read the last calibration date. The calibration date is stored in on

      board eeprom.


  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

         


      year


          Variable Type       ViUInt32 (passed by reference)


          Year of last calibration.


      month


          Variable Type       ViUInt32 (passed by reference)


          Month of last calibration.


      day


          Variable Type       ViUInt32 (passed by reference)


          Day of last calibration.



  Return Value


      Refer to Function Return Value page.