*STATUS

*STATUS, Par, IMIN, IMAX, JMIN, JMAX, KMIN, KMAX, LMIN, LMAX, MMIN, MMAX, KPRI
Lists the current parameters and abbreviations.

Compatible Products: – | Pro | Premium | Enterprise | Ent PP | Ent Solver | DYNA

Argument Descriptions

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

ALL or blank --

Lists all parameters (except local macro parameters and those with names beginning or ending with an underbar) and toolbar abbreviations.

_PRM --

Lists only parameters with names beginning with an underbar (_). These are ANSYS internal parameters.

PRM_ --

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.

ABBR --

Lists all toolbar abbreviations.

PARM --

Lists all parameters (except local macro parameters and those with names beginning or ending with an underbar).

MATH --

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.).

1

List the labels (default). YES, Y, or ON are also valid entries.

0

Do not list the labels. NO, N, or OFF are also valid entries.

Notes

You cannot obtain the value for a single local parameter (e.g., *STATUS,ARG2). You can only request all local parameters simultaneously using *STATUS,ARGX.

This command is valid in any processor.

Menu Paths

Utility Menu>List>Other>Named Parameter
Utility Menu>List>Other>Parameters
Utility Menu>List>Status>Parameters>All Parameters
Utility Menu>List>Status>Parameters>Named Parameters

Release 18.2 - © ANSYS, Inc. All rights reserved.