ansys.mapdl.core.Mapdl.detab#
- Mapdl.detab(elem='', lab='', v1='', v2='', v3='', v4='', v5='', v6='', **kwargs)#
Modifies element table results in the database.
Mechanical APDL Command: DETAB
- Parameters:
- elem
str
Element for which results are to be modified. If ALL, modify all selected elements ( esel ) results. If
ELEM
= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forELEM
.- lab
str
Label identifying results. Valid labels are as defined with the etable command. Issue etable,
STAT
to display labels and values.- v1
str
Additional values (if any) assigned to consecutive element table columns.
- v2
str
Additional values (if any) assigned to consecutive element table columns.
- v3
str
Additional values (if any) assigned to consecutive element table columns.
- v4
str
Additional values (if any) assigned to consecutive element table columns.
- v5
str
Additional values (if any) assigned to consecutive element table columns.
- v6
str
Additional values (if any) assigned to consecutive element table columns.
- elem
Notes
Modifies element table ( etable ) results in the database. For example, detab ,35,ABC,1000,2000,1000 assigns 1000, 2000, and 1000 to the first three table columns starting with label ABC for element 35. Use the pretab command to list the current results. After deleting a column of data using etable,
Lab
,ERASE, the remaining columns of data are not shifted to compress the empty slot. Therefore, the user must allocate null (blank) values forV1
,V2
…V6
for any ETABLE entries which have been deleted by issuing etable,Lab
,ERASE. All data are stored in the solution coordinate system but will be displayed in the results coordinate system ( rsys ).