Skip to content

FIX: Export touchstone on completion bug#7726

Open
Samuelopez-ansys wants to merge 2 commits into
mainfrom
fix/issue_7712
Open

FIX: Export touchstone on completion bug#7726
Samuelopez-ansys wants to merge 2 commits into
mainfrom
fix/issue_7712

Conversation

@Samuelopez-ansys
Copy link
Copy Markdown
Member

@Samuelopez-ansys Samuelopez-ansys commented Jun 2, 2026

Description

This pull request updates the property keys used when exporting simulation results in the export_touchstone_on_completion method of src/ansys/aedt/core/hfss.py. The change ensures that the property names match the expected format for design settings.

  • Property Key Updates:
    • Changed the keys in the props dictionary from "ExportAfterSolve" and "ExportDir" to "Export After Simulation" and "Export Dir" in the export_touchstone_on_completion method to align with the correct design settings nomenclature.

Bug introduced in #6367

This can not be tested because there is no way to get the value of the checkbox.

Application: hfss
AEDT-Version: 25.2, 26.1
Platform: windows, linux

Issue linked

Close #7712

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate tests (unit, integration, system).
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue(s) that are solved by the PR if any.
  • I have assigned this PR to myself.
  • I have added the minimum version decorator to any new backend method implemented.
  • I have agreed with the Contributor License Agreement (CLA).

@Samuelopez-ansys Samuelopez-ansys requested a review from a team as a code owner June 2, 2026 14:54
@Samuelopez-ansys Samuelopez-ansys self-assigned this Jun 2, 2026
@Samuelopez-ansys Samuelopez-ansys enabled auto-merge (squash) June 2, 2026 14:55
@github-actions github-actions Bot added bug Something isn't working HFSS Related to the HFSS application AEDT 25.2 Affects or requires AEDT 2025 R2 AEDT 26.1 Affects or requires AEDT 2026 R1 windows Windows-specific issue or change linux Linux-specific issue or change labels Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AEDT 25.2 Affects or requires AEDT 2025 R2 AEDT 26.1 Affects or requires AEDT 2026 R1 bug Something isn't working HFSS Related to the HFSS application linux Linux-specific issue or change windows Windows-specific issue or change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug located in export_touchstone_on_completion function in hfss.py file

2 participants