Skip to content

Commit 1259c1b

Browse files
committed
Note that the axes stat has been removed and show a way to get the same information from axis_mask
Signed-off-by: John Thornton <dev@gnipsel.com>
1 parent 1b111aa commit 1259c1b

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 from 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)