Erik Kostson
Ansys Employee

 

 

Hi

Looks strange the CP command (see MAPDL.CP() command in pymapdl site: https://mapdl.docs.pyansys.com/version/0.68/mapdl_commands/prep7/_autosummary/ansys.mapdl.core.Mapdl.cp.html)

 

In general I would select all these set of nodes (e.g., nsel or cmsel commands), and then just use cp,next,uy,all, so:

 

mapdl.cp(“NEXT”,”UY”,”ALL”)
print(mapdl.cplist(“ALL”))

 

All the best

Erik