Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ Symetrie hexapod (proprietary IOC)
==================================

.. module:: py4syn.epics.SymetrieHexapodClass
:synopsis: Python3 class for hexapods using Symetrie's proprietary IOC
:synopsis: Python3 class for Symetrie hexapods that use PowerPmac controllers

Class for controlling a single axis of a Symetrie hexapod (limited to x, y, z and respective rotations).
Supports Symetrie's proprietary IOC while maintaining the same API as HexapodeClass.py.
Supports Symetrie hexapods that use PowerPmac controllers while maintaining the same API as SymetrieTurboClass.py.
Tested on Bora and Breva models.

Using Symetrie hexapod module
=============================

Usage of Python3 class for hexapods using Symetrie's proprietary IOC
Usage of Python3 class for Symetrie hexapods that use PowerPmac controllers

.. autoclass:: Hexapode
:members:
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""Symetrie hexapod (proprietary IOC)
"""Symetrie hexapod (PowerPmac)

Class for controlling a single axis of a Symetrie hexapod (limited to x, y, z and respective rotations).
Supports Symetrie"s proprietary IOC while maintaining the same API as HexapodeClass.py.
Supports Symetrie hexapods that use PowerPmac controllers while maintaining the same API as SymetrieTurboClass.py.
Tested on Bora and Breva models.

:platform: Unix
:synopsis: Python3 class for hexapods using Symetrie"s proprietary IOC
:synopsis: Python3 class for Symetrie hexapods that use PowerPmac controllers

.. moduleauthors:: Carlos Doro Neto <carlos.doro@lnls.br>
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""Hexapode Bora controller class
"""Symetrie hexapod (TurboPmac) controller class

Python class for Hexapode Bora controllers
Python class for Symetrie hexapods that use TurboPmac controllers

:platform: Unix
:synopsis: Python class for Hexapode Bora from Symetrie controllers
:synopsis: Python class for Symetrie hexapods that use TurboPmac controllers


.. moduleauthors:: Douglas Henrique C. de Araújo <douglas.araujo@lnls.br>
Expand Down