ansys.mapdl.core.Mapdl.selist#
- Mapdl.selist(sename='', kopt='', kint='', **kwargs)#
Lists the contents of a superelement matrix file.
Mechanical APDL Command: SELIST
- Parameters:
- sename
str The name (case-sensitive) of the superelement matrix file created by the substructure generation pass (
Sename.SUB). Defaults to the currentJobname. If a number, it is the element number of the superelement as used in the use pass.- kopt
intorstr List key:
0- List summary data only.1- List contents, except load vectors and matrices.2- List contents, except matrices.3- List full contents. Be aware that the listing may be extensive.
- kint
str Integer printout format key:
OFF- Default.ON- Long format for large integers.
- sename
Notes
This command is valid in any processor.