print#

Mapdl.print(**kwargs)#

Specifies “Print settings” as the subsequent status topic.

APDL Command: PRINT

Returns:
str

Str object with the command console output. This object also has the extra methods: to_list(), to_array() (only on listing commands) and to_dataframe() (only if Pandas is installed).
NOTE: If you use these methods, you might obtain a lower precision than using Mesh methods.
For more information visit Postprocessing.

Notes

This is a status [STAT] topic command. Status topic commands are generated by the GUI and will appear in the log file (Jobname.LOG) if status is requested for some items under Utility Menu> List> Status. This command will be immediately followed by a STAT command, which will report the status for the specified topic.

If entered directly into the program, the STAT command should immediately follow this command.