Return to Function List

pi620_SetOffsetCalCode


      ViStatus pi620_SetOffsetCalCode (ViSession instrumentHandle,

                                       ViUInt32 offsetCode, ViUInt32 offset);


  Purpose


      Set the offset calibration code. There are two different offset

      calibration values: the dynamical offset and the static offset. The

      dynamical offset is independent of the range. The static offset should be

      calibrated for the ranges 0, 10, 20 and 30 dB.


  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

         


      offsetCode


          Variable Type       ViUInt32


          The offset code.


      offset


          Variable Type       ViUInt32


          Set the static or dynamical offset code:

         

          0 = dynamical offset code.

          1 = static offset code.




  Return Value


      Refer to Function Return Value page.