dklist#
- Mapdl.dklist(kpoi='', **kwargs)#
Lists the DOF constraints at keypoints.
APDL Command: DKLIST
- Parameters:
- kpoi
List constraints for this keypoint. If ALL (default), list for all selected keypoints [KSEL]. If KPOI = 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 KPOI.
- Returns:
str
Str object with the command console output. This object also has the extra methods:
to_list()
,to_array()
(only on listing commands) andto_dataframe()
(only if Pandas is installed).
NOTE: If you use these methods, you might obtain a lower precision than usingMesh
methods.
For more information visit Postprocessing.
Notes
Listing applies to the selected keypoints [KSEL] and the selected degree of freedom labels [DOFSEL].
This command is valid in any processor.