starstatus#
- Mapdl.starstatus(par='', imin='', imax='', jmin='', jmax='', kmin='', kmax='', lmin='', lmax='', mmin='', mmax='', kpri='', **kwargs)#
Lists the current parameters and abbreviations.
APDL Command:
*STATUS
- Parameters:
- 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
].- 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.
- Lists only the parameter specified. PARNAME cannot be a local macro parameter name. - 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.
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.