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:
elemstr

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 for ELEM.

labstr

Label identifying results. Valid labels are as defined with the etable command. Issue etable, STAT to display labels and values.

v1str

Additional values (if any) assigned to consecutive element table columns.

v2str

Additional values (if any) assigned to consecutive element table columns.

v3str

Additional values (if any) assigned to consecutive element table columns.

v4str

Additional values (if any) assigned to consecutive element table columns.

v5str

Additional values (if any) assigned to consecutive element table columns.

v6str

Additional values (if any) assigned to consecutive element table columns.

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 for V1, V2V6 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 ).