.. module:: pymeasure.instruments.lakeshore ##################### Lake Shore Cryogenics ##################### This section contains specific documentation on the Lake Shore Cryogenics instruments that are implemented. If you are interested in an instrument not included, please consider :doc:`adding the instrument `. lakeshore3xx is a general class for Lake Shore temperature controllers of the series 3xx (like 325, 331, 334, 336, 340, 350). .. toctree:: :maxdepth: 2 lakeshore211 lakeshore224 lakeshore331 lakeshore3xx lakeshore421 lakeshore425 .. _LakeShoreChannels: LakeShore Channel Classes -------------------------- Several Lakeshore instruments are channel based and make use of the :ref:`Channel Interface `. For temperature monitoring and controller instruments the following common :class:`Channel Classes ` are utilized: .. autoclass:: pymeasure.instruments.lakeshore.lakeshore_base.LakeShoreTemperatureChannel :members: :show-inheritance: .. autoclass:: pymeasure.instruments.lakeshore.lakeshore_base.LakeShoreHeaterChannel :members: :show-inheritance: