etlist#

Mapdl.etlist(ityp1='', ityp2='', inc='', **kwargs)[source]#

Lists currently defined element types.

APDL Command: ETLIST

Parameters:
ityp1, ityp2, inc

Lists element types from ITYP1 to ITYP2 (defaults to ITYP1) in steps of INC (defaults to 1). If ITYP1 = ALL ( default), ITYP2 and INC are ignored and all element types are listed.

Return type:

Optional[str]

Notes

This command is valid in any processor.