ansys.mapdl.core.Mapdl.cplist#
- Mapdl.cplist(nset1='', nset2='', ninc='', nsel='', **kwargs)#
Lists the coupled degree of freedom sets.
Mechanical APDL Command: CPLIST
- Parameters:
- nset1
str List coupled sets from
NSET1toNSET2(defaults toNSET1) in steps ofNINC(defaults to 1). IfNSET1= ALL (default),NSET2andNINCare ignored and all coupled sets are listed.- nset2
str List coupled sets from
NSET1toNSET2(defaults toNSET1) in steps ofNINC(defaults to 1). IfNSET1= ALL (default),NSET2andNINCare ignored and all coupled sets are listed.- ninc
str List coupled sets from
NSET1toNSET2(defaults toNSET1) in steps ofNINC(defaults to 1). IfNSET1= ALL (default),NSET2andNINCare ignored and all coupled sets are listed.- nsel
str 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.
- nset1
Notes
This command is valid in any processor.