Skip to content

Commit 0ef9200

Browse files
maxcapodi78maxcapodi78
maxcapodi78
authored and
maxcapodi78
committed
fixed bug in boundaries
1 parent d42e2b5 commit 0ef9200

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pyaedt/q3d.py

-13
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,6 @@ def __init__(
8383
for el in list(self.omatrix.ListReduceMatrixes()):
8484
self.matrices.append(Matrix(self, el))
8585

86-
@property
87-
def excitations(self):
88-
"""Get all excitation names.
89-
90-
Returns
91-
-------
92-
list
93-
List of excitation names. Excitations with multiple modes will return one
94-
excitation for each mode.
95-
96-
"""
97-
return self.matrices[0].sources(False)
98-
9986
@pyaedt_function_handler()
10087
def insert_reduced_matrix(
10188
self,

0 commit comments

Comments
 (0)