this allows to catch them from _get_converter()
cdef _comedilib_h.comedi_polynomial_t get_softcal_converter(
- self, direction, _Calibration calibration):
+ self, direction, _Calibration calibration) except *:
"""
`direction` should be a value from `constant.CONVERSION_DIRECTION`.
return poly
cdef _comedilib_h.comedi_polynomial_t get_hardcal_converter(
- self, direction):
+ self, direction) except *:
"""
`direction` should be a value from `constant.CONVERSION_DIRECTION`.