csyiqr#

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

Get information about a coordinate system.

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

Coordinate system reference number should be zero for key= DB_NUMDEFINED or DB_MAXDEFINED

keyint

Information flag.

  • DB_SELECTED - return status:

    • 0 - coordinate system is not defined

    • -1 - coordinate system is not selected

    • 1 - coordinate system is selected

  • DB_NUMDEFINED - number of defined coordinate systems

  • DB_MAXDEFINED - maximum coordinate system reference number used.

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 csyiqr is based on setting of key.