mplist#
- Materials.mplist(mat1='', mat2='', inc='', lab='', tevl='', **kwargs)#
Lists linear material properties.
Mechanical APDL Command: MPLIST
- Parameters:
- mat1
str List materials from
MAT1toMAT2(defaults toMAT1) in steps ofINC(defaults to 1). IfMAT1= ALL (default),MAT2andINCare ignored and properties for all material numbers are listed.- mat2
str List materials from
MAT1toMAT2(defaults toMAT1) in steps ofINC(defaults to 1). IfMAT1= ALL (default),MAT2andINCare ignored and properties for all material numbers are listed.- inc
str List materials from
MAT1toMAT2(defaults toMAT1) in steps ofINC(defaults to 1). IfMAT1= ALL (default),MAT2andINCare ignored and properties for all material numbers are listed.- lab
str 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.
- tevl
str Evaluation temperature for
Lab= EVLT listing (defaults to bfunif ).
- mat1
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.