muted#
- property Mapdl.muted#
Context manager that suppress all output from MAPDL
Use the muted context manager to suppress all the output. Similar to setting mapdl.mute = True but only for the context manager.
Examples
>>> with mapdl.muted: ... mapdl.run("/SOLU") # This call is muted