Skip to content

Commit

Permalink
FIX #631
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Jan 23, 2022
1 parent e538c4f commit a4531af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apstools/devices/linkam_controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Linkam_CI94_Device(Device):
"",
readback_pv="temp",
setpoint_pv="setLimit",
tolerance=0.01,
tolerance=1.0,
kind="hinted",
)

Expand Down Expand Up @@ -99,7 +99,7 @@ class Linkam_T96_Device(Device):
"",
readback_pv="temperature_RBV",
setpoint_pv="rampLimit",
tolerance=0.01,
tolerance=1.0,
kind="hinted",
)

Expand Down

0 comments on commit a4531af

Please sign in to comment.