Is there a possibility to generate C code from a Capella model. If so, how can I do this?
Hi,
Better late than never, Capella model can be used to generate some code.
You can extend capella by developping additional plugins onto capella, use python for capella for using python scripts, or use your own parsing tool to extract modeling information from your model files.
See Tutorials · eclipse-capella/capella Wiki to find how model files are structured and some other language samples.
Regards