ansys.mapdl.core.Mapdl.trpdel#
- Mapdl.trpdel(ntrp1='', ntrp2='', trpinc='', **kwargs)#
Deletes charged particle trace points.
Mechanical APDL Command: TRPDEL
- Parameters:
- ntrp1
str
Delete points from
NTRP1
toNTRP2
(defaults toNTRP1
) in steps ofTRPINC
(defaults to 1). IfNTRP1
= ALL,NTRP2
andTRPINC
are ignored and all trace points are deleted. IfNTRP1
= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).- ntrp2
str
Delete points from
NTRP1
toNTRP2
(defaults toNTRP1
) in steps ofTRPINC
(defaults to 1). IfNTRP1
= ALL,NTRP2
andTRPINC
are ignored and all trace points are deleted. IfNTRP1
= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).- trpinc
str
Delete points from
NTRP1
toNTRP2
(defaults toNTRP1
) in steps ofTRPINC
(defaults to 1). IfNTRP1
= ALL,NTRP2
andTRPINC
are ignored and all trace points are deleted. IfNTRP1
= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).
- ntrp1
Notes
Deletes charged particle trace points defined with the trpoin command.