The example load and save a configuration, and checks how it affects to Max. Velocity register value.
Fixes # INGM-408
Type of change
[x] Basic Load/Save configuration example
[x] Load/Save configuration with register changes example
Tests
[x] Run basic Load/Save configuration example.
[x] Run Load/Save configuration with register changes example successfully.
[x] Run Load/Save configuration with register changes example failed.
Please describe the tests that you ran to verify your changes if it applies.
Documentation
Please update the documentation.
[x] Use type hints for every function and argument.
[x] Build documentation locally to verify changes.
Code formatting
[x] Use black package to format the code: black -l 100 ingeniamotion tests. It is recommended to configure the code editor to automatically format the code using black with a max length line of 100.
Load and Save configuration example
Description
The example load and save a configuration, and checks how it affects to Max. Velocity register value.
Fixes # INGM-408
Type of change
Tests
Please describe the tests that you ran to verify your changes if it applies.
Documentation
Please update the documentation.
Code formatting
black -l 100 ingeniamotion tests
. It is recommended to configure the code editor to automatically format the code using black with a max length line of 100.