Display the Impact executable name and version¶
Display the Impact executable name and version¶
1# display the full executable name is a message box
2impact.gui.show_message(ipShowMessageType.smtInfo, impact.full_name, None)
3
4# display the impact version in a message box
5impact.gui.show_message(ipShowMessageType.smtInfo, impact.system.version.as_string, None)