Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: get the path of a circuit component #5598

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

gkorompi
Copy link
Contributor

@gkorompi gkorompi commented Dec 19, 2024

Description

Retrieve the path of a Circuit component, specifically spice imported spice models etc.

Issue linked

Please mention the issue number or describe the problem this pull request addresses.

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 or issues that are solved by the PR if any.
  • I have agreed with the Contributor License Agreement (CLA).

@ansys-reviewer-bot
Copy link
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

@gkorompi gkorompi linked an issue Dec 19, 2024 that may be closed by this pull request
@gkorompi gkorompi changed the title FEATURE: get the path of a circuit component FEAT: get the path of a circuit component Dec 19, 2024
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.27%. Comparing base (3a67112) to head (941583b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5598      +/-   ##
==========================================
+ Coverage   85.26%   85.27%   +0.01%     
==========================================
  Files         152      152              
  Lines       61016    61026      +10     
==========================================
+ Hits        52025    52041      +16     
+ Misses       8991     8985       -6     

@SMoraisAnsys
Copy link
Collaborator

SMoraisAnsys commented Dec 20, 2024

Please provide a description to your PR, see the current one

image

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.

Get Component Definition Path for Circuit Components
3 participants