get_example_file#

ansys.acp.core.example_helpers.get_example_file(example_key, working_directory)#

Download an example file from the example-data repo to the working directory.

Parameters:
  • example_key (ExampleKeys) – Key for the example file.

  • working_directory (Path) – Working directory to download the example file to.

Return type:

Path