ansys.mapdl.core.Information#
- class ansys.mapdl.core.Information(mapdl)#
This class provide some MAPDL information from
/STATUS
MAPDL command.It is also the object that is called when you issue
print(mapdl)
, which meansprint
callsmapdl.info.__str__()
.Notes
You cannot directly modify the values of this class.
Some of the results are cached for later calls.
Examples
>>> mapdl.info Product: Ansys Mechanical Enterprise MAPDL Version: 21.2 ansys.mapdl Version: 0.62.dev0
>>> print(mapdl) Product: Ansys Mechanical Enterprise MAPDL Version: 21.2 ansys.mapdl Version: 0.62.dev0
>>> mapdl.info.product 'Ansys Mechanical Enterprise'
>>> info = mapdl.info >>> info.mapdl_version 'RELEASE 2021 R2 BUILD 21.2 UPDATE 20210601'
Methods
Attributes
Retrieve the aux capabilities from the MAPDL instance.
Retrieve the boundary condition information from the MAPDL instance.
Retrieve the config values from the MAPDL instance.
Retrieve the database status from the MAPDL instance.
Retrieve the global status from the MAPDL instance.
Retrieve the job information from the MAPDL instance.
Retrieve the load step options from the MAPDL instance.
Retrieve the MAPDL version from the MAPDL instance.
Retrieve the MAPDL version build from the MAPDL instance.
Retrieve the MAPDL version release from the MAPDL instance.
Retrieve the MAPDL version update from the MAPDL instance.
Retrieve the model information from the MAPDL instance.
Retrieve the post capabilities from the MAPDL instance.
Retrieve the preprocessing capabilities from the MAPDL instance.
Retrieve the product from the MAPDL instance.
Retrieve the products from the MAPDL instance.
Retrieve the PyMAPDL version from the MAPDL instance.
Retrieve the routine information from the MAPDL instance.
Retrieve the scratch memory status from the MAPDL instance.
Retrieve the solution options from the MAPDL instance.
Retrieve the solution options configuration from the MAPDL instance.
Retrieve or set the value for the MAPDL stitle (subtitles).
Retrieve and set the title from the MAPDL instance.
Retrieve the titles from the MAPDL instance.
Retrieve the units from the MAPDL instance.