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:
- linc
str
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 ofLINC
(defaults to 1). The first location begins atVMIN
.- vmin
str
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 ofLINC
(defaults to 1). The first location begins atVMIN
.- vmax
str
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 ofLINC
(defaults to 1). The first location begins atVMIN
.- xvar
str
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.
- linc
Notes
Determines the path distance range for use with the prpath and plpath commands.