File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2713,7 +2713,7 @@ def create_report(
2713
2713
report .point_number = polyline_points
2714
2714
if context == "Differential Pairs" :
2715
2715
report .differential_pairs = True
2716
- elif self .post_solution_type in ["Q3D Extractor" , "2D Extractor" ] and context :
2716
+ elif self ._app . design_type in ["Q3D Extractor" , "2D Extractor" ] and context :
2717
2717
report .matrix = context
2718
2718
elif report_category == "Far Fields" :
2719
2719
if not context and self ._app ._field_setups :
@@ -2873,7 +2873,7 @@ def get_solution_data(
2873
2873
report .point_number = polyline_points
2874
2874
if context == "Differential Pairs" :
2875
2875
report .differential_pairs = True
2876
- elif self .post_solution_type in ["Q3D Extractor" , "2D Extractor" ] and context :
2876
+ elif self ._app . design_type in ["Q3D Extractor" , "2D Extractor" ] and context :
2877
2877
report .matrix = context
2878
2878
elif report_category == "Far Fields" :
2879
2879
if not context and self ._app .field_setups :
You can’t perform that action at this time.
0 commit comments