ansys.mapdl.core.Mapdl.trpdel#

Mapdl.trpdel(ntrp1='', ntrp2='', trpinc='', **kwargs)#

Deletes charged particle trace points.

Mechanical APDL Command: TRPDEL

Parameters:
ntrp1str

Delete points from NTRP1 to NTRP2 (defaults to NTRP1 ) in steps of TRPINC (defaults to 1). If NTRP1 = ALL, NTRP2 and TRPINC are ignored and all trace points are deleted. If NTRP1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).

ntrp2str

Delete points from NTRP1 to NTRP2 (defaults to NTRP1 ) in steps of TRPINC (defaults to 1). If NTRP1 = ALL, NTRP2 and TRPINC are ignored and all trace points are deleted. If NTRP1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).

trpincstr

Delete points from NTRP1 to NTRP2 (defaults to NTRP1 ) in steps of TRPINC (defaults to 1). If NTRP1 = ALL, NTRP2 and TRPINC are ignored and all trace points are deleted. If NTRP1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).

Notes

Deletes charged particle trace points defined with the trpoin command.