We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8fc53 commit 2b74119Copy full SHA for 2b74119
pyaedt/application/Analysis3DLayout.py
@@ -316,10 +316,10 @@ def get_all_insertion_loss_list(
316
>>> oEditor.GetAllPorts
317
"""
318
if trlist is None:
319
- trlist = [i for i in list(self.excitations.keys())]
+ trlist = [i for i in list(self.excitations)]
320
321
if reclist is None:
322
323
if tx_prefix:
324
trlist = [i for i in trlist if i.startswith(tx_prefix)]
325
if rx_prefix:
0 commit comments