prange#

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

Determines the path range.

APDL Command: PRANGE

Parameters:
linc, vmin, vmax

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.

xvar

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.