priter#
- Mapdl.priter(**kwargs)#
Prints solution summary data.
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) andto_dataframe()
(only if Pandas is installed).
NOTE: If you use these methods, you might obtain a lower precision than usingMesh
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.