We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a05fa commit d42e2b5Copy full SHA for d42e2b5
pyaedt/application/Design.py
@@ -323,6 +323,8 @@ def boundaries(self):
323
for region in hybrid_regions:
324
bb.append(region)
325
bb.append("FE-BI")
326
+ if "GetExcitations" in self.oboundary.__dir__():
327
+ bb.extend(list(self.oboundary.GetExcitations()))
328
329
# Parameters and Motion definitions
330
if self.design_type in ["Maxwell 3D", "Maxwell 2D"]:
0 commit comments