ansys.mapdl.core.Mapdl.trplis#

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

Lists charged particle trace points.

Mechanical APDL Command: TRPLIS

Parameters:
ntrp1str

List 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 listed. If NTRP1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).

ntrp2str

List 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 listed. If NTRP1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).

trpincstr

List 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 listed. If NTRP1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).

optstr

Opt = LOC lists the trace point number location (X, Y, Z). Default.

Opt = PART lists the trace point number particle settings (velocity, charge, mass).

Notes

Lists the charged particle trace points in the active display coordinate system ( dsys ). Trace points are defined with the trpoin command.