Does there exist some documentation on the file format used to create libraries?
I got some hints by generating a library in QucsStudio
Project -> Create User Library …
Apparently, the model definition of a component {COMP} in library {LIBRARY} is prefixed by L{LIBRARY}_{COMP}; interestingly the prefix L is added in the name of the model definition. Any suggestions where to learn about all this syntactic sugar 😉
<QucsStudio Library 4.3.1 “{LIBRARY}”>
<Component {COMP}>
<Model>
.Def:L{LIBRARY}_{COMP} …
.Def:End
</Model>
</Model>
</Component>
Thanks,
Magnus