aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 1c3a34061af997c4022da7d94e79ccaf4d30983a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PyMotionControl

Classes and modules for building motion control
systems with Python.

---

PyMotionControl itself does not interface with
actuator controllers. Instead the user of this
library is required to derive from
MotionControl.Axis.AxisBase and in the derived class
interface with actuator control packages of choice.

Axes are assembled into a so called "Stage". The class
MotionControl.Stage.Stage provides general motion stage
functionality. However one may choose to derive from it
to form a application specific stage.

---

NOTE scratchpad.py:

scratchpad.py is the source file where new things are
tested and outlined, before they are moved into their
proper module file. So all contents of it are
work-in-progress, highly experimental and most likely
not working in the state you see them there.