-
Notifications
You must be signed in to change notification settings - Fork 165
FEAT: Support new EmitCom API for 25R2, add node classes for all EMIT node types #6068
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
base: main
Are you sure you want to change the base?
Conversation
Reconfigure Revision class for some API changes
…ethods to Revision and make revision-aware, add methods for getting individual top level nodes
Update the revision/result classes to support new api
use display names for access nodes
add units support
fix conversion from string to decimal+string
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Co-authored-by: Sébastien Morais <[email protected]>
Fix antenna_node
…EmitNode._set_property functions in generated code, improve exception messages from properties, fix some missing add functions, remove some generated headers
… setting bool values in generated code
@SMoraisAnsys @Samuelopez-ansys - We've made some improvements to this PR by removing a lot of the generated code and improving our solver unit test to improve coverage. Now, when run locally with 25R2, the coverage of the new |
Description
Updates the Revision class to use the new EmitCom API for accessing results and manipulating the EMIT project using EMIT nodes.
Issue linked
TFS Story F932911
Checklist