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 0a8efc5 commit 54cb100Copy full SHA for 54cb100
src/ansys/dpf/core/available_result.py
@@ -125,7 +125,7 @@ class AvailableResult:
125
>>> transient = examples.download_transient_result()
126
>>> model = dpf.Model(transient)
127
>>> result_info = model.metadata.result_info
128
- >>> res = result_info.available_results[1]
+ >>> res = result_info["displacement"]
129
>>> res.name
130
'displacement'
131
>>> res.homogeneity
0 commit comments