forked from pyepics/pyepics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
19 lines (14 loc) · 744 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Several desired features are left undone or unfinished:
* port CaChannel interface to use epics.ca
* improve documentation, examples, unit testing.
- document attributes for devices.
* add more "devices", including low-level epics records,
* improve wx_motor.py to be a stand-alone app with:
- dialog window to select a set of motors for an "instrument"
- enable "save/restore" for named positions of all motors
in an instrument, with options to prompt-for-restore and
prompt-for-restore-per-motor.
- config file per instrument to allow loading a saved
instrument definition, with saved positions
- tabbed/notebook interface for multiple instruments.
* more extensive thread testing