From bc799c2383a3e56e4d9c19e5121ab73a2407d2f2 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 17 Jan 2013 08:49:01 -0500 Subject: [PATCH] channel: Add docstring summaries to get_{hard,soft}cal_converter --- pycomedi/channel.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pycomedi/channel.pyx b/pycomedi/channel.pyx index ef204c0..68520f3 100644 --- a/pycomedi/channel.pyx +++ b/pycomedi/channel.pyx @@ -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`. """ -- 2.26.2