rlinqr#
- Mapdl.rlinqr(nreal, key, pname='__tmpvar__', **kwargs)#
Get information about a real constant set.
Warning
DISCLAIMER: This function is un-documented in the official ANSYS Command Reference Guide. Hence its support is limited and it use is not encouraged. Please use it with caution.
- Parameters:
- nreal
int
Real constant table number should be 0 for key=11,
DB_NUMDEFINED
,DB_NUMSELECTED
,DB_MAXDEFINED
, andDB_MAXRECLENG
.- key
int
Information flag.
5 - return number of values stored for
nreal
. Return the REAL set width (number of fields)DB_SELECTED
- return select status0 - real constant table is undefined.
-1 - real constant table is unselected.
1 - real constant table is selected
DB_NUMDEFINED
- return number of defined real constant tablesDB_NUMSELECTED
- return number of selected real constant tablesDB_MAXDEFINED
- return highest real constant table definedDB_MAXRECLENG
- return maximum record length (dp words)
- pname
str
Name of the variable where the queried value is stored.
- **kwargs
Extra arguments to be passed to
Mapdl.run
.
- nreal
- Returns: