print#

Status.print(**kwargs)#

Specifies “Print settings” as the subsequent status topic.

Mechanical 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

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