Skip to content

Commit

Permalink
Minor Fix on Hfss3d Layout report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 committed Feb 10, 2022
1 parent 4e3aadc commit a65949f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyaedt/application/design_solutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,28 +388,28 @@
"HFSS3DLayout": {
"name": None,
"options": None,
"report_type": None,
"report_type": "Standard",
"default_setup": 29,
"default_adaptive": None,
},
"SiwaveDC3DLayout": {
"name": None,
"options": None,
"report_type": None,
"report_type": "Standard",
"default_setup": 40,
"default_adaptive": None,
},
"SiwaveAC3DLayout": {
"name": None,
"options": None,
"report_type": None,
"report_type": "Standard",
"default_setup": 41,
"default_adaptive": None,
},
"LNA3DLayout": {
"name": None,
"options": None,
"report_type": None,
"report_type": "Standard",
"default_setup": 42,
"default_adaptive": None,
},
Expand Down

0 comments on commit a65949f

Please sign in to comment.