etyiqr#
- Mapdl.etyiqr(itype, key, pname='__tmpvar__', **kwargs)#
Get information about an element type.
Warning
DISCLAIMER: This function is un-documented in the official ANSYS Command Reference Guide. Hence its support is limited and it use is not encouraged. Please use it with caution.
- Parameters:
- itype
int
Element type number. It should be 0 for key=11,
DB_NUMDEFINED
,DB_NUMSELECTED
,DB_MAXDEFINED
, andDB_MAXRECLENG
- key
int
Information flag.
DB_SELECTED
- return select status:0 - element type is undefined.
-1 - element type is unselected.
1 - element type is selected.
DB_NUMDEFINED
- return number of defined element typesDB_NUMSELECTED
- return number of selected element typesDB_MAXDEFINED
- return highest element type number definedDB_MAXRECLENG
- return maximum record length (int words)-n
- return element characteristic n frometycom
for element type itype.n
is correlated to the parameter names inechprm
. seeelccmt
for definitions of element characteristics.Note
This will not overwrite the current setting of
etycom
.
- pname
str
Name of the variable where the queried value is stored.
- **kwargs
Extra arguments to be passed to
Mapdl.run
.
- itype
- Returns: