Skip to content
Snippets Groups Projects
Commit 867e287b authored by Valentin Valls's avatar Valentin Valls
Browse files

Update description to remove id19 references

parent 7882c393
No related branches found
No related tags found
1 merge request!1Rework project add configuration and merge bm05 controller
......@@ -10,12 +10,8 @@
# Distributed under the terms of the GPL license.
# See LICENSE.txt for more info.
""" Sample changer for micro tomography on ID19
Handles the sample changer robot for micro tomography on ID19.
The robot can be installed on different tomgraphy end stations and aligns itself with the set-up used.
The class used the StaubLink/StaubPy/id19Controller.py of the StaubLink project on the ESRF Gitlab to
handle all functionality of the robot.
"""
Handles the sample changer robot for micro tomography.
"""
# PyTango imports
......@@ -43,11 +39,16 @@ __all__ = ["TomoSampleChanger", "main"]
class TomoSampleChanger(Device):
"""
Handles the sample changer robot for micro tomography on ID19.
Handles the sample changer robot for micro tomography.
The robot can be installed on different tomgraphy end stations and aligns itself with the set-up used.
The class used the StaubLink/StaubPy/id19Controller.py of the StaubLink project on the ESRF Gitlab to
The class can use some controllers from the StaubLink project on the ESRF Gitlab to
handle all functionality of the robot.
- `id19Controller.py`
- `bm05Controller2.py`
**Properties:**
- Device Property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment