Changes¶
What’s New in 1.2¶
Summary¶
Automation library is now packaged as a Python wheel.
It is no longer required to explicitly add the Automation Library to the Python path, or add a
mhrc.pthfile containing that path tosite-packagesEasier launching of PSCAD Application.
New Methods¶
mhrc.automationlaunch_pscad()to simplify the PSCAD launch process.
ProjectCommandsmessages()returns list of Message tuples, instead of axml.etree.ElementTreeXML subtreeget_output_text()returns output text, instead of axml.etree.ElementTreeXML subtree
Improved Methods¶
Deprecated¶
ProjectCommands.list_messages()ProjectCommands.get_output()