psel#

Mapdl.psel(type_='', pname1='', pname2='', pname3='', pname4='', pname5='', pname6='', pname7='', pname8='', pname9='', pname10='', **kwargs)[source]#

Selects a path or paths.

APDL Command: PSEL

Parameters:
type_

Label identifying the type of select:

S - Select a new path.

R - Reselect a path from the current set of paths.

A - Additionally select a path and extend the current set of paths.

U - Unselect a path from the current set of paths.

ALL - Restore the full set of paths.

NONE - Unselect the full set of paths.

INV - Invert the current set of paths (selected becomes unselected and vice versa).

pname1, pname2, pname3, … , pname10

Name of existing path(s).

Notes

Selects a path or multiple paths, up to ten. Data are flagged as selected and unselected; no data are actually deleted from the database. There is no default for this command; you must specify a type and pathname.