Minor tweak to comedi_get_softcal_converter description.
authorFrank Mori Hess <fmhess@speakeasy.net>
Fri, 8 Feb 2008 18:28:26 +0000 (18:28 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Fri, 8 Feb 2008 18:28:26 +0000 (18:28 +0000)
doc/calibration_funcref.txt

index f9db0ba301a6353a8ab65c46fcbe4ec845da7fd6..d15a2f062a49aca8e96342b26fec215e7983e85f 100644 (file)
@@ -171,12 +171,12 @@ Description:
 
  Whether or not the result of this function actually depends on the <parameter>channel</parameter>
  parameter is
- hardware dependent.  For example, a multiplexed analog input will typically use the same
calibration for all input channels.  Analog outputs will typically use different calibrations
+ hardware dependent.  For example, the calibration of a multiplexed analog input will typically
not depend on the channel, only the range.  Analog outputs will typically use different calibrations
  for each output channel.
 
  Software calibrations are implemented as polynomials (up to third order).  Since the inverse
- of polynomials of order higher than one can't be represented exactly as another polynomial, you
+ of a polynomial of order higher than one can't be represented exactly as another polynomial, you
  may not be able to get converters for the "reverse" direction.  For example, you may be
  able to get a converter for an analog input in the COMEDI_TO_PHYSICAL direction, but not
  in the COMEDI_FROM_PHYSICAL direction.