Skip to content

Commit

Permalink
updated assign_impedance unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
IreneWoyna committed Feb 14, 2024
1 parent 5f34697 commit 1b8269b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _unittest/test_28_Maxwell3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,9 @@ def test_39_assign_current_density_terminal(self):

def test_40_assign_impedance(self):
impedance_box = self.aedtapp.modeler.create_box([-50, -50, -50], [294, 294, 19], name="impedance_box")
impedance_faces = self.aedtapp.modeler.select_allfaces_fromobjects([impedance_box.name])
assert self.aedtapp.assign_impedance(impedance_faces, "copper")
assert self.aedtapp.assign_impedance(impedance_box, "copper")
impedance_assignment = self.aedtapp.assign_impedance(
impedance_box.name,
permeability=1.3,
Expand Down

0 comments on commit 1b8269b

Please sign in to comment.