An Ophyd device for the Linkam T96#

Section Topic

This documents the Ophyd class for the Linkam T96 temperature stage controller developed for use at BMM.

Lesson

Turn a temperature controller and a sensor into an Ophyd positioner. This allows you to do something like this at the command line:

RE(mv([linkam], 250))

or this in a Bluesky plan:

yield from mv(linkam, 250)

This example also explains how to compute a custom signal indicating that the positioner is done moving.

Beamline

BMM

Link to source code

linkam.py

Section author

Bruce Ravel (bravel@bnl.gov)