Skip to content

Commit

Permalink
Updated list_layers with new response format.
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmedson-ext committed Jan 30, 2025
2 parents 0985151 + 2a61d77 commit 1b63ac6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ansys/sherlock/core/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1841,8 +1841,11 @@ def list_layers(self, project, cca_name):
Returns
-------
list
Layer_info: list[dict[str, list]]
The layers as seen in the Layer Viewer for the given project CCA.
Each dictionary should contain:
- "layer_folder": str, Name of the layer_folder enum.
- "layer": list, list of names of layers under this folder
Example
-------
Expand Down

0 comments on commit 1b63ac6

Please sign in to comment.