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

Bug 3386 patch example update #3566

Merged
merged 87 commits into from
Sep 21, 2023
Merged

Conversation

dcrawforAtAnsys
Copy link
Collaborator

dcrawforAtAnsys and others added 30 commits May 8, 2023 10:28
assert should not be used in productive code.
Allow material to be cloned and parameterized.
AEDT throws a strange error when creating the patch.
AEDT throws a strange error when creating the patch.
Conductors with parametric conductivitiy were always returned as dielectrics.
filesystem.Scratch.copyfile()
FileNotFoundError if the path passed to Scratch() doesn't exist.
Added some comments and improved docstrings to help understand the code.
Method str_to_bool added to DataHandlers.py

use map() to convert strings to Boolean when the diff pair arguments are passed to EditDiffPairs in Hfss in the method `set_differential_pair`
Adopted suggestions from @PipKat.
# Conflicts:
#	examples/02-HFSS/Machine_learning_applied_to_Patch.py
Use the Stackup3D class. Note that the original ML Patch example had to be removed.
dcrawforAtAnsys and others added 5 commits September 19, 2023 11:40
Resolved inconsistencies in the way dielectric properties are handled.
Simplify assignment of sr for choke.
dcrawforAtAnsys and others added 10 commits September 21, 2023 09:12
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Maxime Rey <87315832+MaxJPRey@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
_unittest/test_20_HFSS.py Outdated Show resolved Hide resolved
_unittest/test_20_HFSS.py Outdated Show resolved Hide resolved
@@ -178,6 +178,8 @@ def materials(self):
Materials in the project.

"""

# Instantiate an instance of self._materials the first time it is accessed.
Copy link
Collaborator

Choose a reason for hiding this comment

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

you can move this comment into the property description.

pyaedt/hfss.py Outdated Show resolved Hide resolved
Co-authored-by: Massimo Capodiferro <77293250+maxcapodi78@users.noreply.github.com>
@dcrawforAtAnsys dcrawforAtAnsys removed the request for review from Alberto-DM September 21, 2023 07:47
dcrawforAtAnsys and others added 3 commits September 21, 2023 09:48
Co-authored-by: Massimo Capodiferro <77293250+maxcapodi78@users.noreply.github.com>
Co-authored-by: Massimo Capodiferro <77293250+maxcapodi78@users.noreply.github.com>
@dcrawforAtAnsys
Copy link
Collaborator Author

Add probe-fed patch example.

@dcrawforAtAnsys dcrawforAtAnsys enabled auto-merge (squash) September 21, 2023 08:07
@dcrawforAtAnsys dcrawforAtAnsys merged commit bd51f96 into main Sep 21, 2023
10 of 12 checks passed
@dcrawforAtAnsys dcrawforAtAnsys deleted the bug-3386-patch_example_update branch September 21, 2023 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Anything related to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants