Skip to content

Commit e185a86

Browse files
jvela018pyansys-ci-botSamuelopez-ansysgmalinve
authored
FIX: Update Report type according to Solution Type in CreateOutputVariable (#6726)
Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Samuel Lopez <[email protected]> Co-authored-by: Giulia Malinverno <[email protected]>
1 parent 51db8e6 commit e185a86

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/changelog.d/6726.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Report type according to Solution Type in CreateOutputVariable

src/ansys/aedt/core/application/design_solutions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,29 +89,29 @@
8989
"DCConduction": {
9090
"name": "DCConduction",
9191
"options": "XY",
92-
"report_type": None,
92+
"report_type": "DCConduction",
9393
"default_setup": 58,
9494
"default_adaptive": "LastAdaptive",
9595
},
9696
"DC Conduction": {
9797
"name": "DCConduction",
9898
"options": "XY",
99-
"report_type": None,
99+
"report_type": "DC Conduction",
100100
"default_setup": 58,
101101
"default_adaptive": "LastAdaptive",
102102
},
103103
"ACConduction": {
104104
"name": "ACConduction",
105105
"options": "XY",
106-
"report_type": None,
106+
"report_type": "ACConduction",
107107
"default_setup": 59,
108108
"default_adaptive": "LastAdaptive",
109109
"intrinsics": ["Freq", "Phase"],
110110
},
111111
"AC Conduction": {
112112
"name": "ACConduction",
113113
"options": "XY",
114-
"report_type": None,
114+
"report_type": "AC Conduction",
115115
"default_setup": 59,
116116
"default_adaptive": "LastAdaptive",
117117
"intrinsics": ["Freq", "Phase"],

0 commit comments

Comments
 (0)