Skip to content

Commit

Permalink
FIX: HFSS keyword argument deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalinve committed Apr 26, 2024
1 parent 61f1bf2 commit 77c6557
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyaedt/hfss.py
Original file line number Diff line number Diff line change
Expand Up @@ -1970,7 +1970,9 @@ def create_source_excitation(self, assignment, point1, point2, name, source_type
props = OrderedDict({"Objects": [assignment], "Direction": OrderedDict({"Start": point1, "End": point2})})
return self._create_boundary(name, props, source_type)

@pyaedt_function_handler(face="assignment", nummodes="modes", portname="name", renorm="renormalize")
@pyaedt_function_handler(
face="assignment", nummodes="modes", portname="name", renorm="renormalize", deembed_dist="deembed_distance"
)
def create_floquet_port(
self,
assignment,
Expand Down

0 comments on commit 77c6557

Please sign in to comment.