channel: Add docstring summaries to get_{hard,soft}cal_converter
authorW. Trevor King <wking@tremily.us>
Thu, 17 Jan 2013 13:49:01 +0000 (08:49 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 17 Jan 2013 13:52:05 +0000 (08:52 -0500)
pycomedi/channel.pyx

index ef204c057afbeccfac5a4da383ded24bc5aaabf3..68520f3980992a59441928209f7a6558aca90e99 100644 (file)
@@ -386,7 +386,7 @@ cdef class AnalogChannel (Channel):
 
     cdef _comedilib_h.comedi_polynomial_t get_softcal_converter(
         self, direction, _Calibration calibration) except *:
-        """
+        """Get a calibration polynomial for a software-calibrated channel
 
         `direction` should be a value from `constant.CONVERSION_DIRECTION`.
         """
@@ -403,7 +403,7 @@ cdef class AnalogChannel (Channel):
 
     cdef _comedilib_h.comedi_polynomial_t get_hardcal_converter(
         self, direction) except *:
-        """
+        """Get a calibration polynomial for a hardware-calibrated channel
 
         `direction` should be a value from `constant.CONVERSION_DIRECTION`.
         """