Skip to content

enableAxis() is enableAxisAndWait()

Torsten Bögershausen requested to merge torsten/enableAndWait into master

The original function enableAxis did not have a timeout. Howver, soon it turned out that all callers want a timeout: When the method returns, the axis should be enabled. Later the function got an optional timeout and a throw=True. But the name was never changed.

Do it, rename enableAxis() -> enableAxisAndWait() disableAxis() -> disableAxisAndWait()

No code changes, which should go into a new commit (for AxisADS.py)

Merge request reports

Loading