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.pth
file containing that path tosite-packages
Easier launching of PSCAD Application.
New Methods¶
mhrc.automation
launch_pscad()
to simplify the PSCAD launch process.
ProjectCommands
messages()
returns list of Message tuples, instead of axml.etree.ElementTree
XML subtreeget_output_text()
returns output text, instead of axml.etree.ElementTree
XML subtree
Improved Methods¶
Deprecated¶
ProjectCommands.list_messages()
ProjectCommands.get_output()