pletab#

Mapdl.pletab(itlab='', avglab='', **kwargs)[source]#

Displays element table items.

APDL Command: PLETAB

Parameters:
itlab

User-defined label, as specified with the ETABLE command, of item to be displayed.

avglab

Averaging operation:

NOAV - Do not average element items at common nodes (default).

AVG - Average the element items at common nodes.

Notes

Displays items stored in the table defined with the ETABLE command for the selected elements. For display purposes, items are assumed to be constant over the element and assigned to each of its nodes. Contour display lines (lines of constant value) are determined by linear interpolation within each element from the nodal values. These nodal values have the option of being averaged (values are averaged at a node whenever two or more elements connect to the same node) or not averaged (discontinuous). The discontinuity between contour lines of adjacent elements is an indication of the gradient across elements.

Portions of this command are not supported by PowerGraphics [/GRAPHICS,POWER].