ansys.mapdl.core.Mapdl.nopr#

Mapdl.nopr(**kwargs)#

Suppresses the expanded interpreted input data listing.

Mechanical APDL Command: /NOPR

Warning

PyMAPDL uses the console output to parse and retrieve information from the MAPDL instance. Hence, it is strongly advised to NOT use this command unless you really know what you are doing. In case of an accidental NOPR activation, you can run mapdl.gopr() to reactivate console output.

Notes

Suppresses printout of interpreted input data, including information labeled as “Notes.” When this printout is not suppressed, the data input to the analysis is echoed to the output file in an expanded format. Printout is suppressed until a gopr or slashgo command is read.

Use of nopr is not recommended when the graphical user interface (GUI) is active. The GUI sometimes issues “hidden” nopr and gopr command sequences, which will countermand user-issued nopr commands, thus making the use of nopr in the GUI environment unpredictable.

This command is valid in any processor.