AutoMAT product suite (https://bitbucket.com/mahomaho/AutoMAT).
along with AutoMAT. If not, see https://www.gnu.org/licenses/.
These products uses Python and some packages.
To be able to run,..
Install Python 3 on your computer, preferrably the 64-bit variant since the Autosar model if often big and therefore a lot of RAM is needed
Install python package manager if not included in your installation, pip
Install lxml package (python -m pip install lxml)
Install pyside6 package if you plan to use GoMAT (python -m pip install pyside6)
Done!
You execute the framework by calling the loader with suitable arguments: python AutoMAT/loader.py --help
Note! AutoMAT is a framework for working with the AUTOSAR model. If you want to do cool stuff then you should write your own scripts. The GoMAT AUTOSAR model viewer is actually a model script itself running on top of the AutoMAT framework. To start GoMAT, run python AutoMAT/loader.py -s GoMAT.py -a [arxml files] -l [directory to search for arxml files] -L [directory to search for arxml files, including subdirectories]
/Mattias