Skip to content

Commit

Permalink
DOC #897
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Dec 27, 2023
1 parent 7d20d4c commit a93a963
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apstools/devices/simulated_controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ class SimulatedTransformControllerPositioner(PVPositionerSoftDoneWithStop):
controller = SimulatedTransformControllerPositioner(
"", name="controller", loop_pv="gp:userTran1",
) controller.wait_for_connection() temperature.setup(25)
)
controller.wait_for_connection()
controller.setup(25)
.. autosummary::
Expand Down Expand Up @@ -122,7 +124,7 @@ def setup(
tolerance=1,
):
"""
Configure the transform record as a temperature controller.
Configure the transform record as a process controller.
"""
self.wait_for_connection()
self.tolerance.put(tolerance)
Expand Down

0 comments on commit a93a963

Please sign in to comment.