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

Doc/tb example 2025r1 #5226

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Doc/tb example 2025r1 #5226

wants to merge 6 commits into from

Conversation

chrpetre
Copy link
Collaborator

This PR adds a new Twin Builder example showing the creation of LTI ROM, simulation of the model and post processing of the results
It also performs a few small updates on existing examples

@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

]
])

# Add Datapairs component pin so that its location can directly be retrieved #TODO - how to fix this as part of CircuitComponent/pins class
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@Samuelopez-ansys I would appreciate some review on that part, as I needed to explicitly add the list of pins to get their position through 'location' and use for the create_wire function below. In other words, I would expect the ...pins[xxx].location to work on any component added on the schematic but for some reasons the logic does not work for the Datapairs block added, hence I needed to create/add the list of pins explicitly (similarly to what is done in the CircuitComponent class)

@github-actions github-actions bot added examples Anything related to the examples documentation Improvements or additions to documentation labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation examples Anything related to the examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant