*STATUS, Par
, IMIN
, IMAX
, JMIN
, JMAX
, KMIN
, KMAX
, LMIN
, LMAX
, MMIN
, MMAX
, KPRI
Lists the current parameters and abbreviations.
Par
Specifies the parameter or sets of parameters listed.
For array parameters, use IMIN
, IMAX
, etc. to specify ranges. Use *DIM to define array parameters. Use *VEDIT to review
array parameters interactively. Use *VWRITE to
print array values in a formatted output. If Par
is blank, list all scalar parameter values, array parameter dimensions,
and abbreviations. If ARGX, list
the active set of local macro parameters (ARG1 to ARG9 and AR10 to
AR99) [*USE].
The following are possible
values for Par
Lists all parameters (except local macro parameters and those with names beginning or ending with an underbar) and toolbar abbreviations.
Lists only parameters with names beginning with an underbar (_). These are ANSYS internal parameters.
Lists only parameters with names ending with an underbar (_). A good APDL programming convention is to ensure that all parameters created by your system programmer are named with a trailing underbar.
Lists all toolbar abbreviations.
Lists all parameters (except local macro parameters and those with names beginning or ending with an underbar).
Lists all APDL Math parameters, including vectors, matrices, and linear solvers.
PARNAME
-- Lists only the parameter specified. PARNAME
cannot be a local macro parameter name.
ARGX
-- Lists all local macro parameter values (ARG1- AR99) that are non-zero or non-blank.
IMIN
, IMAX
, JMIN
, JMAX
, KMIN
, KMAX
, LMIN
, LMAX
, MMIN
, MMAX
Range of array elements to display (in terms of the
dimensions (row, column, plane, book, and shelf). Minimum values
default to 1. Maximum values default to the maximum dimension values.
Zero may be input for IMIN
, JMIN
, and KMIN
to display
the index numbers. See *TAXIS command to list
index numbers of 4- and 5-D tables.
KPRI
Use this field to list your primary variable labels (X, Y, Z, TIME, etc.).
List the labels (default). YES, Y, or ON are also valid entries.
Do not list the labels. NO, N, or OFF are also valid entries.