projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ed14c5
)
trying to fix calibration for meas. computing pci-das6034
author
Frank Mori Hess
<fmhess@speakeasy.net>
Sun, 20 Feb 2005 22:06:00 +0000
(22:06 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Sun, 20 Feb 2005 22:06:00 +0000
(22:06 +0000)
comedi_calibrate/cb64.c
patch
|
blob
|
history
diff --git
a/comedi_calibrate/cb64.c
b/comedi_calibrate/cb64.c
index d1a4e72451a80a409ab5a5b3b60bfb90cf3197d2..fb2bc0b118c285ca692edd08c10a189cadbc6896 100644
(file)
--- a/
comedi_calibrate/cb64.c
+++ b/
comedi_calibrate/cb64.c
@@
-169,7
+169,8
@@
static int setup_cb_pci_64xx( calibration_setup_t *setup )
static int setup_cb_pci_60xx( calibration_setup_t *setup )
{
static const int caldac_subdev = 6;
-
+ //extra delay not needed by 6023 and 6024, but is needed by 6034
+ setup->sv_settling_time_ns = 10000000;
init_observables_60xx( setup );
setup_caldacs( setup, caldac_subdev );
setup->do_cal = cal_cb_pci_60xx;