ansys.mapdl.core.Mapdl.prange#

Mapdl.prange(linc='', vmin='', vmax='', xvar='', **kwargs)#

Determines the path range.

Mechanical APDL Command: PRANGE

Command default:

Include every interpolation point and entire path distance.

Parameters:
lincstr

Set the range for listing or displaying the table locations between a minimum value ( VMIN ) and a maximum value ( VMAX ) of the path distance with a location increment of LINC (defaults to 1). The first location begins at VMIN.

vminstr

Set the range for listing or displaying the table locations between a minimum value ( VMIN ) and a maximum value ( VMAX ) of the path distance with a location increment of LINC (defaults to 1). The first location begins at VMIN.

vmaxstr

Set the range for listing or displaying the table locations between a minimum value ( VMIN ) and a maximum value ( VMAX ) of the path distance with a location increment of LINC (defaults to 1). The first location begins at VMIN.

xvarstr

Path variable item to be used as the x-axis plot variable. Any valid path variable may be used ( pdef command). Default variable is the path distance, S.

Notes

Determines the path distance range for use with the prpath and plpath commands.