dalist#

Mapdl.dalist(area='', **kwargs)#

Lists the DOF constraints on an area.

APDL Command: DALIST

Parameters:
area

List constraints for this area. If ALL (default), list for all selected areas [ASEL]. If P1 = 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 AREA.

Returns:
str

Str object with the command console output. This object also has the extra methods: to_list(), to_array() (only on listing commands) and to_dataframe() (only if Pandas is installed).
NOTE: If you use these methods, you might obtain a lower precision than using Mesh methods.
For more information visit Postprocessing.

Notes

Lists the degree of freedom constraints on an area previously specified with the DA command.

This command is valid in any processor.