aboutsummaryrefslogtreecommitdiff
path: root/Phytron.py
Commit message (Collapse)AuthorAgeFilesLines
* axes enumeration parameter now may also be a integer, instead of a list - ↵Wolfgang Draxinger2011-11-251-2/+4
| | | | will imply a range from 0 up to the given value.
* axis enumeration can now be limited to a list of IDs to testWolfgang Draxinger2011-11-251-6/+10
|
* retry_count variable initialisation and increment _was_ missing.Wolfgang Draxinger2011-11-231-0/+2
|
* rlock scoping fixedWolfgang Draxinger2011-11-231-2/+2
|
* Added threading.RLock for thread safety. Needs to be tested yet, though.Wolfgang Draxinger2011-11-231-39/+45
|
* Axis.__str__ now actually returns somethingWolfgang Draxinger2011-11-231-0/+1
|
* renamed Phytron.Axis.break to stop as break is a keyword... silly meWolfgang Draxinger2011-11-231-1/+1
|
* Extended Status __str__Wolfgang Draxinger2011-11-231-0/+43
|
* Changes on Interface of Phytron.Axis and Phytron.IPCOMMWolfgang Draxinger2011-11-231-21/+37
| | | | | Positioning commands are likely to be removed from the Phytron.IPCOMM interface
* Short timeout for enumerationWolfgang Draxinger2011-11-161-9/+11
|
* removed import of module 'exceptions', uses built-in type. Initiator names ↵Wolfgang Draxinger2011-11-161-14/+14
| | | | now verbose ('minus' and 'plus')
* Axis name assignmentWolfgang Draxinger2011-11-021-9/+10
|
* low level protocol stack finishedWolfgang Draxinger2011-10-271-7/+7
|
* extended status class, exception classes, extendedstatusqueryWolfgang Draxinger2011-10-271-9/+143
|
* communication works, basic status decoding works, axis aliases implementedWolfgang Draxinger2011-10-261-14/+68
|
* initial commitWolfgang Draxinger2011-10-261-0/+121