ansys.mapdl.core.Mapdl.trplis#
- Mapdl.trplis(ntrp1='', ntrp2='', trpinc='', opt='', **kwargs)#
Lists charged particle trace points.
Mechanical APDL Command: TRPLIS
- Parameters:
- ntrp1
str
List points from
NTRP1
toNTRP2
(defaults toNTRP1
) in steps ofTRPINC
(defaults to 1). IfNTRP1
= ALL,NTRP2
andTRPINC
are ignored and all trace points are listed. IfNTRP1
= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).- ntrp2
str
List points from
NTRP1
toNTRP2
(defaults toNTRP1
) in steps ofTRPINC
(defaults to 1). IfNTRP1
= ALL,NTRP2
andTRPINC
are ignored and all trace points are listed. IfNTRP1
= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).- trpinc
str
List points from
NTRP1
toNTRP2
(defaults toNTRP1
) in steps ofTRPINC
(defaults to 1). IfNTRP1
= ALL,NTRP2
andTRPINC
are ignored and all trace points are listed. IfNTRP1
= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).- opt
str
Opt
= LOC lists the trace point number location (X, Y, Z). Default.Opt
= PART lists the trace point number particle settings (velocity, charge, mass).
- ntrp1
Notes
Lists the charged particle trace points in the active display coordinate system ( dsys ). Trace points are defined with the trpoin command.