From fbd59333a96abdaa57314c72d22bb41f92852ed0 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Mon, 21 Apr 2003 01:50:03 +0000 Subject: [PATCH] added --[no-]calibrate and --[no-]reset options --- man/comedi_calibrate.8 | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/man/comedi_calibrate.8 b/man/comedi_calibrate.8 index 3fcec94..d94d5f9 100644 --- a/man/comedi_calibrate.8 +++ b/man/comedi_calibrate.8 @@ -11,7 +11,9 @@ measure internal stable voltage references and control gains and offsets using programmable DACs. On these devices, \fBcomedi_calibrate\fR adjusts the programmable calibration DACs so that the measured value of reference voltages fall -within acceptable limits. +within acceptable limits. The calibration settings are +saved to a file which can be fed to the comedi_apply_calibration() +function. \fBComedi_calibrate\fR prints a lot of debugging information as it runs. @@ -30,11 +32,21 @@ output to him. \fBcomedi_calibrate\fR recognizes the following options: +\fB--[no-]calibrate\fR Perform calibration (or not). + \fB-f, --file /dev/comediN\fR perform calibration on device \fB/dev/comediN\fR -\fB--help print help for options then exit +\fB--help\fR print help for options then exit + +\fB-q, --quiet\fR don't generate output to stdout -\fB-q, --quiet don't generate output to stdout +\fB--[no-]reset\fR Reset (or don't reset) calibration subdevice to +a reasonable starting point before +performing calibration. The default is \fB--reset\fR. The +\fB--no-reset\fR option is useful if +a single calibration +pass is not sufficient, and you wish to perform another calibration +pass starting from the results of the previous pass. \fB-s, --save-file \fR save calibration information to specified file, instead of default location -- 2.26.2