You can use SolverData
APIs to get global items applicable to the solver or solver-related data
specific to an object. Currently, SolverData APIs are available
only for the MAPDL solver.
You use the Solution object to get solver data:
solution = Model.Analyses[0].Solution solver_data = solution.SolverData
The following topics describe ways of using SolverData APIs
to get global items and object-specific data: