Return to Function List

pi620_WriteEeprom


      ViStatus pi620_WriteEeprom (ViSession instrumentHandle,

                                  ViUInt32 eepromAddress, ViUInt32 data);


  Purpose


      Write an value directly to the onboard serial eeprom. This function will

      not check if you overwrite a calibration value in the eeprom! Use this

      function for debug purposes only!


  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

         


      eepromAddress


          Variable Type       ViUInt32


          Eeprom address.


      data


          Variable Type       ViUInt32


          8-bit data to write.



  Return Value


      Refer to Function Return Value page.