mute#
- property MapdlGrpc.mute#
Silence the response from all MAPDL functions unless explicitly set to
True
.- Returns:
- bool
Current state of the mute.
Examples
>>> mapdl.mute = True >>> mapdl.prep7() ''
Temporarily override the instance setting this with
mute=False
. This is useful for methods that parse the MAPDL output likek
.>>> mapdl.k('', 1, 1, 1, mute=False) 1