Skip to content

Commit

Permalink
fixed ut
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 authored and maxcapodi78 committed Apr 18, 2024
1 parent ca6388e commit a87189f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ def create_lna_schematic_from_snp(
self.analyze()
return True, diff_pairs, comm_pairs

@pyaedt_function_handler(input_file)
@pyaedt_function_handler(touchstone="input_file")
def create_ami_schematic_from_snp(
self,
input_file,
Expand Down

0 comments on commit a87189f

Please sign in to comment.