ansys.mapdl.core.Mapdl.mplist#

Mapdl.mplist(mat1='', mat2='', inc='', lab='', tevl='', **kwargs)#

Lists linear material properties.

Mechanical APDL Command: MPLIST

Parameters:
mat1str

List materials from MAT1 to MAT2 (defaults to MAT1 ) in steps of INC (defaults to 1). If MAT1 = ALL (default), MAT2 and INC are ignored and properties for all material numbers are listed.

mat2str

List materials from MAT1 to MAT2 (defaults to MAT1 ) in steps of INC (defaults to 1). If MAT1 = ALL (default), MAT2 and INC are ignored and properties for all material numbers are listed.

incstr

List materials from MAT1 to MAT2 (defaults to MAT1 ) in steps of INC (defaults to 1). If MAT1 = ALL (default), MAT2 and INC are ignored and properties for all material numbers are listed.

labstr

Material property label (see the mp command for labels). If ALL (or blank), list properties for all labels. If EVLT, list properties for all labels evaluated at TEVL.

tevlstr

Evaluation temperature for Lab = EVLT listing (defaults to bfunif ).

Notes

For Lab = EVLT, when the property is from tables, the mpplot command will not be valid because the property could be a function of more than temperature.

This command is valid in any processor.