ansys.mapdl.core.Mapdl.selist#

Mapdl.selist(sename='', kopt='', kint='', **kwargs)#

Lists the contents of a superelement matrix file.

Mechanical APDL Command: SELIST

Parameters:
senamestr

The name (case-sensitive) of the superelement matrix file created by the substructure generation pass ( Sename.SUB ). Defaults to the current Jobname. If a number, it is the element number of the superelement as used in the use pass.

koptint or str

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.

kintstr

Integer printout format key:

  • OFF - Default.

  • ON - Long format for large integers.

Notes

This command is valid in any processor.