rlinqr#

Mapdl.rlinqr(nreal, key, pname='__tmpvar__', **kwargs)[source]#

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:
nrealint

Real constant table number should be 0 for key=11, DB_NUMDEFINED, DB_NUMSELECTED, DB_MAXDEFINED, and DB_MAXRECLENG.

keyint

Information flag.

  • 5 - return number of values stored for nreal. Return the REAL set width (number of fields)

  • DB_SELECTED - return select status

    • 0 - 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 tables

  • DB_NUMSELECTED - return number of selected real constant tables

  • DB_MAXDEFINED - return highest real constant table defined

  • DB_MAXRECLENG - return maximum record length (dp words)

pnamestr

Name of the variable where the queried value is stored.

**kwargs

Extra arguments to be passed to Mapdl.run.

Returns:
int or str

The returned value of rlinqr is based on setting of key.