Skip to content

Commit 2b74119

Browse files
maxcapodi78maxcapodi78
maxcapodi78
authored and
maxcapodi78
committed
fixed expressions arguments
1 parent ef8fc53 commit 2b74119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyaedt/application/Analysis3DLayout.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,10 @@ def get_all_insertion_loss_list(
316316
>>> oEditor.GetAllPorts
317317
"""
318318
if trlist is None:
319-
trlist = [i for i in list(self.excitations.keys())]
319+
trlist = [i for i in list(self.excitations)]
320320

321321
if reclist is None:
322-
trlist = [i for i in list(self.excitations.keys())]
322+
trlist = [i for i in list(self.excitations)]
323323
if tx_prefix:
324324
trlist = [i for i in trlist if i.startswith(tx_prefix)]
325325
if rx_prefix:

0 commit comments

Comments
 (0)