Skip to content

Commit

Permalink
Updated documentation in update potting region.
Browse files Browse the repository at this point in the history
  • Loading branch information
anskhanson committed Dec 20, 2024
1 parent 2a61d77 commit 0cbd81d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/ansys/sherlock/core/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,14 @@ def update_potting_region(
)
)
)
>>> potting_region_requests = [
update_request1,
update_request2
]
>>> return_codes = sherlock.layer.update_potting_region(request)
>>> all_requests = UpdatePottingRegionRequest(
"project_name",
[
update_request1,
update_request2
]
)
>>> return_codes = sherlock.layer.update_potting_region(all_requests)
"""
update_request = request._convert_to_grpc()

Expand Down

0 comments on commit 0cbd81d

Please sign in to comment.