Skip to main content

DPF Mechanical 2026 R1

ResultInfo class

Last update: 18.06.2026

Namespace: Ans.DataProcessing

Summary

Entity describing what the result files contains: the available results, the unit system, the analysis type...

Example

my_model = Ans.DataProcessing.Model(r"../.../file.rst")

my_result_info = my_model.ResultInfo

my_result_info.AnalysisType

my_result_info.PhysicsType

my_result_info.UnitSystem

results_list = my_result_info.Results

results_list[0].Name

results_list[0].Homogeneity

Class Information

Property Value
Namespace Ans.DataProcessing
Assembly CS_DataProcessing
Base Class Ans.DataProcessing.internal_objects.DpfType

Constructors

Constructor

ResultInfo(pResultInfo)

Parameters:

  • pResultInfo (IntPtr)

Methods

GetInternalData

result = obj.GetInternalData()

Returns: IntPtr

Properties

AnalysisType

Type: AnalysisType

# Get the property (read-only)
value = obj.AnalysisType

PhysicsType

Type: PhysicsType

# Get the property (read-only)
value = obj.PhysicsType

UnitSystem

Property UnitSystem describes the unit system used with its principal units

Type: str

# Get the property (read-only)
value = obj.UnitSystem

SolverVersion

Property SolverVersion describes the version (MAJOR.MINOR format) of the solver

Type: str

# Get the property (read-only)
value = obj.SolverVersion

SolverDateTime

Property SolverDateTime gives the solver date/time information

Type: str

# Get the property (read-only)
value = obj.SolverDateTime

UserName

Property UserName describes the user name

Type: str

# Get the property (read-only)
value = obj.UserName

JobName

Property JobName describes the job name

Type: str

# Get the property (read-only)
value = obj.JobName

ProductName

Property ProductName describes product name

Type: str

# Get the property (read-only)
value = obj.ProductName

MainTitle

Property MainTitle describes main title

Type: str

# Get the property (read-only)
value = obj.MainTitle

AnsysUnitSystemInt

Property AnsysUnitSystemInt int used by ansys for the unit system

Type: int

# Get the property (read-only)
value = obj.AnsysUnitSystemInt

ResultCount

Property ResultCount number of available results

Type: int

# Get the property (read-only)
value = obj.ResultCount

Results

Property Results list of results available

Type: list

# Get the property (read-only)
value = obj.Results

HasCyclic

Property HasCyclic returns true if the result file has cyclic symmetry (or multistage)

Type: bool

# Get the property (read-only)
value = obj.HasCyclic

CyclicSupport

Property CyclicSupport returns the cyclic support if the result file has cyclic symmetry (or multistage).

The CyclicSupport contains information relevant for cyclic expansion

Type: CyclicSupport

# Get the property (read-only)
value = obj.CyclicSupport

CyclicSymmetryType

Property HasCyclic returns "single_stage", "multi_stage" or "not_cyclic"

Type: str

# Get the property (read-only)
value = obj.CyclicSymmetryType

Connect with Ansys