priter#

Listing.priter(**kwargs)#

Prints solution summary data.

Mechanical APDL Command: PRITER

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

Prints solution summary data (such as time step size, number of equilibrium iterations, convergence values, etc.) from a static or full transient analysis. All other analyses print zeros for the data.