Skip to content

FEAT: spisim compute com from single snp with THRU FEXT NEXT#7855

Draft
hui-zhou-a wants to merge 39 commits into
mainfrom
refactor-spisim-com
Draft

FEAT: spisim compute com from single snp with THRU FEXT NEXT#7855
hui-zhou-a wants to merge 39 commits into
mainfrom
refactor-spisim-com

Conversation

@hui-zhou-a

@hui-zhou-a hui-zhou-a commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Description

  • new method compute_com_snp
  • remove redundant method __compute_com

Issue linked

#7856

Checklist

@hui-zhou-a
hui-zhou-a requested a review from a team as a code owner June 28, 2026 06:56
hui-zhou-a and others added 3 commits June 28, 2026 09:15
…into refactor-spisim-com

# Conflicts:
#	src/ansys/aedt/core/visualization/post/spisim.py
Comment thread src/ansys/aedt/core/visualization/post/spisim.py Outdated
Comment thread src/ansys/aedt/core/visualization/post/spisim.py
try:
import skrf as rf

except ImportError:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we do have a decorator for that kind of situation. Please try to use it.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied these lines from TouchstoneData. @Samuelopez-ansys @SMoraisAnsys could you guide me which decorator I should use?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In fact the current decorator is only working for graphical dependencies. Can you wait a bit with your PR so that I can add it ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SMoraisAnsys could you give a update on this?

@Samuelopez-ansys
Samuelopez-ansys marked this pull request as draft July 1, 2026 12:50
@hui-zhou-a
hui-zhou-a marked this pull request as ready for review July 1, 2026 18:30
@hui-zhou-a
hui-zhou-a marked this pull request as draft July 1, 2026 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a method to compute COM from a single S-parameter file with thru, fext, next

3 participants