We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42e2b5 commit 0ef9200Copy full SHA for 0ef9200
pyaedt/q3d.py
@@ -83,19 +83,6 @@ def __init__(
83
for el in list(self.omatrix.ListReduceMatrixes()):
84
self.matrices.append(Matrix(self, el))
85
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
99
@pyaedt_function_handler()
100
def insert_reduced_matrix(
101
self,
0 commit comments