Skip to content

Commit

Permalink
FIX: Arbitrary waveport extension driven terminal mode fix (#5737)
Browse files Browse the repository at this point in the history
Co-authored-by: Massimo Capodiferro <[email protected]>
  • Loading branch information
svandenb-dev and maxcapodi78 authored Feb 6, 2025
1 parent b484a4b commit 6953254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def main(extension_args):
hfss3d.close_project()

hfss = Hfss(projectname=str(out_3d_project), specified_version=version, new_desktop_session=False)
hfss.solution_type = "Modal"
hfss.solution_type = "Terminal"

# Deleting dielectric objects
for solid_obj in [
Expand Down

0 comments on commit 6953254

Please sign in to comment.