get_nodal_constrains#
- Mapdl.get_nodal_constrains(label=None)#
Get the applied nodal constrains:
Uses
DLIST
.- Parameters:
- label[
str
],optional
If given, the output nodal constrains are filtered to correspondent given label. Example of labels are
UX
,UZ
,VOLT
orTEMP
. By default None
- label[
- Returns:
List
[List
[Str
]]or
numpy.array
If parameter
label
is give, the output is converted to a numpy array instead of a list of list of strings.