xrange#

Mapdl.xrange(xmin='', xmax='', **kwargs)[source]#

Specifies a linear abscissa (X) scale range.

APDL Command: /XRANGE

Parameters:
xmin

Minimum abscissa scale value.

xmax

Maximum abscissa scale value.

Notes

Specifies a linear abscissa (X) scale range for the line graph display. Use /XRANGE,DEFAULT to return to automatic scaling.

Automatic scaling will often yield inappropriate range values for logarithmic scales (/GROPT, LOGX).

This command is valid in any processor.