cplist#

Mapdl.cplist(nset1='', nset2='', ninc='', nsel='', **kwargs)[source]#

Lists the coupled degree of freedom sets.

APDL Command: CPLIST

Parameters:
nset1, nset2, ninc

List coupled sets from NSET1 to NSET2 (defaults to NSET1) in steps of NINC (defaults to 1). If NSET1 = ALL (default), NSET2 and NINC are ignored and all coupled sets are listed.

nsel

Node selection control:

ANY - List coupled set if any of the selected nodes are in the set (default).

ALL - List coupled set only if all of the selected nodes are in the set.

Notes

This command is valid in any processor.