Я попытался смоделировать простую модель моей библиотеки с использованием python:
dymola.translateModel("path.to.model")
output = dymola.simulateExtendedModel('path.to.model')
log = dymola.getLastErrorLog()
print(log)
print(output)
Вывод:
Translate = True
output =
Failed
Not possible to open file "dsres.mat": No such file or directory
= false, {}
[False, []]
Похоже, что модель переводится просто отлично, но не заканчивает / не начинает симуляцию.