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 819e582 commit 6b191d6Copy full SHA for 6b191d6
src/ansys/dpf/core/data_sources.py
@@ -78,7 +78,7 @@ class DataSources:
78
79
>>> from ansys.dpf import core as dpf
80
>>> # Create the DataSources object with a main file path
81
- >>> my_data_sources = dpf.DataSources('file.rst')
+ >>> my_data_sources = dpf.DataSources(result_path='file.rst')
82
>>> # Get the path to the main result file
83
>>> my_data_sources.result_files
84
['file.rst']
0 commit comments