sfllist#
- Mapdl.sfllist(line='', lab='', **kwargs)#
Lists the surface loads for lines.
APDL Command: SFLLIST
- Parameters:
- line
Line at which surface load is to be listed. If ALL (or blank), list for all selected lines [LSEL]. If LINE = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may be substituted for LINE.
- lab
Valid surface load label. If ALL (or blank), use all appropriate labels. See the SFL command for labels.
- 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
Lists the surface loads for the specified line.
This command is valid in any processor.