Skip to content

Commit

Permalink
Add IMS stackup argument in import_odb_archve
Browse files Browse the repository at this point in the history
  • Loading branch information
ansznavarro committed Oct 10, 2023
1 parent 9e59652 commit 1bf92b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ansys/sherlock/core/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def import_odb_archive(
include_other_layers,
process_cutout_file,
guess_part_properties,
ims_stackup=False,
project=None,
cca_name=None,
):
Expand All @@ -101,6 +102,8 @@ def import_odb_archive(
Whether to process cutouts.
guess_part_properties: bool
Whether to guess part properties.
ims_stackup: bool, optional
Whether to generate an IMS stackup
project: str, optional
Name of the Sherlock project. The default is ``None``, in which
case the name of the ODB++ archive file is used for the project name.
Expand Down Expand Up @@ -144,6 +147,7 @@ def import_odb_archive(
includeOtherLayers=include_other_layers,
processCutoutFile=process_cutout_file,
guessPartProperties=guess_part_properties,
imsStackup=ims_stackup,
project=project,
ccaName=cca_name,
)
Expand Down

0 comments on commit 1bf92b7

Please sign in to comment.