aboutsummaryrefslogtreecommitdiff
path: root/Phytron.py
Commit message (Expand)AuthorAgeFilesLines
* Axis.enumerate: fixed type in if statementWolfgang Draxinger2011-11-251-1/+1
* axes enumeration parameter now may also be a integer, instead of a list - wil...Wolfgang Draxinger2011-11-251-2/+4
* 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
* Short timeout for enumerationWolfgang Draxinger2011-11-161-9/+11
* removed import of module 'exceptions', uses built-in type. Initiator names no...Wolfgang Draxinger2011-11-161-14/+14
* 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