...
The API allows the user to create and validate a loadable ARINC-429 configuration file (in JSON format) that can be then loaded directly in RT-LAB using the ARINC-429 Importer tool tool addressed in the driver documentation.
...
The following is a list of the Functions available in this API:
- create_config
- add_board
- add_transmission_channel
- add_reception_channel
- delete_channel
- set_recording_enabled
- add_transmission_message
- add_reception_message
- add_signal
- delete_signal
- modify_parameter
- print_config
- validate_config
- save_config
These functions are detailed in the functions details section.
Workflow Description
...
Your JSON format ARINC429 file is now available in your RT-LAB project directory. You can import it using the ARINC-429 Configuration Importer.
Note: If you need to re-generate a JSON file from a pre-existing Python script, you can also do it as shown in the image below:
...