info_timer#
- AedtLogger.info_timer(msg: str, start_time: float | None = None, *args, **kwargs)#
Write an info message to the global logger with elapsed time.
Message will have an appendix of type Elapsed time: time.
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.logger.info_timer("Operation completed")