Load Dynamic Model Library
I need to find a way to load a *.dll(Dynamic Model Library, with use models) into a simulation that I run with python.
Do you know if there is a python api to do it?
Regards, Waltter
add a comment
I need to find a way to load a *.dll(Dynamic Model Library, with use models) into a simulation that I run with python.
Do you know if there is a python api to do it?
Regards, Waltter
Hey
This for example adds wind.dll library to the simulation psspy.addmodellibrary(r"""C:\Users\chjotho\Documents\PSSE\TruflunBrennimelWT4\wind.dll""")
Thank you, That is exactly what I was looking for!!!