add_warning_message#
- AedtLogger.add_warning_message(message_text, level=None)[source]#
Add a type 1 “Warning” message to the message manager tree.
Also add a warning message to the logger if the handler is present.
- Parameters:
Examples
Add a warning message to the AEDT message manager.
>>> hfss.logger.warning("Global warning message")