aedt_error_messages#

property AedtLogger.aedt_error_messages: list#

Message manager content for the active project and design.

Returns:
list of str

List of error messages for the active project and design.

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> err_msgs = hfss.logger.aedt_error_messages