get_nodal_loads#
- Mapdl.get_nodal_loads(label=None)#
Get the applied nodal loads.
Uses
FLIST
.- Parameters:
- label[
str
],optional
If given, the output nodal loads are filtered to correspondent given label. Example of labels are
FX
,FZ
,CHRGS
orCSGZ
. 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.