We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cb100 commit b5f3ce2Copy full SHA for b5f3ce2
src/ansys/dpf/core/result_info.py
@@ -110,9 +110,9 @@ class ResultInfo:
110
>>> model = dpf.Model(transient)
111
>>> result_info = model.metadata.result_info # printable result_info
112
113
- >>> result_info.available_results[1].name
+ >>> result_info["displacement"].name
114
'displacement'
115
- >>> result_info.available_results[1].homogeneity
+ >>> result_info["displacement"].homogeneity
116
'length'
117
118
"""
0 commit comments