An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
During development of Modelica components I have to import the library several times. Using the dialoge is unwieldy /emoticons/default_huh.png' title=':huh:' />. Can I use a script or something else?
I got a solution in the meantime, thanks to Fady /emoticons/default_rolleyes.gif' title=':rolleyes:' />
You can call the following from oml: vssImportModelicaLibrary(molib, dd) where molib is the path to the modelica library dd is the path where you want to create your library
The 'normal' way to import Modelica libraries is described in online help. Starting point in Activate is in File menue - Libraries - Import Modelica Library.
I got a solution in the meantime, thanks to Fady
/emoticons/default_rolleyes.gif' title=':rolleyes:' />
You can call the following from oml:
vssImportModelicaLibrary(molib, dd)
where
molib is the path to the modelica library
dd is the path where you want to create your library