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 8a135de commit 112f6adCopy full SHA for 112f6ad
src/ansys/dpf/core/data_sources.py
@@ -380,7 +380,7 @@ def add_domain_file_path(
380
>>>
381
>>> # Create the DataSources object
382
>>> my_data_sources = dpf.DataSources()
383
- >>># Define the path where the main result data can be found and specify its domain
+ >>> # Define the path where the main result data can be found and specify its domain
384
>>> my_data_sources.set_domain_result_file_path(path='/tmp/ds.cas', key='cas', domain_id=1)
385
>>> # Add the additional result data to the DataSources object and specify its domain
386
>>> my_data_sources.add_domain_file_path(path='/tmp/ds.dat', key="dat", domain_id=1)
0 commit comments