issues
search
ingeniamc
/
ingenialink-python
Communication library for Ingenia servo drives
Other
17
stars
7
forks
source link
INGK-994 Define the servo network state setter/getter in the base class
#482
Closed
MartinALL91
closed
1 week ago
MartinALL91
commented
1 week ago
Type of change
Define the servo network state setter/getter in the base class.
Make the getter public.
Tests
[x] Run tests.
Documentation
[x] Update docstrings of every function, method or class that change.
Code formatting and linting
[x] Use the ruff package to format the code:
ruff format ingenialink tests
.
[x] Use the ruff package to lint the code:
ruff check ingenialink
.
Others
[x] Set fix version field in the Jira issue.
Type of change
Tests
Documentation
Code formatting and linting
ruff format ingenialink tests
.ruff check ingenialink
.Others