- added LakeShore 370 driver

- improvements in ease and ips driver
This commit is contained in:
zolliker
2006-09-12 15:42:23 +00:00
parent 05dcfb1705
commit 030c0fb0a3
5 changed files with 232 additions and 1 deletions

View File

@ -497,6 +497,7 @@ static int IpsInit(SConnection *con, int argc, char *argv[], int dynamic) {
IpsChangeField);
if (drv == NULL) return 0;
drv->d.maxwait = 999999;
drv->d.tolerance = 0.001;
return 1;
}
/*----------------------------------------------------------------------------*/