Skip to content

Commit 1f9750b

Browse files
authored
Merge pull request #2901 from jethornton/2.9
Doc Fix
2 parents 1b111aa + 4186cee commit 1f9750b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/config/python-interface.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ machine angular units per deg, reflects [TRAJ]ANGULAR_UNITS INI value.
103103
*aout*:: '(returns tuple of floats)' -
104104
current value of the analog output pins.
105105

106-
*axes*:: '(returns integer)' -
107-
number of axes. Derived from [TRAJ]COORDINATES INI value.
106+
*axes*:: Removed since version 2.9
107+
use axis_mask.bit_count() to get the number of axes configured
108108

109109
*axis*:: '(returns tuple of dicts)' -
110110
reflecting current axis values. See

0 commit comments

Comments
 (0)