Hi, i want to create a lumped port for a circle called "port" n pyaedt. I used this code for port creation:
int_line_start=["fx-r_ext","0","h_SMA"]
int_line_end=["fx","0","h_SMA"]
hfss.create_lumped_port_to_sheet("port", axisdir=[int_line_start, int_line_end], portname="1", reference_object_list=["coax_diel_ObjectFromFace1"])
I found the following error:
Port '1': Length of port lines must be greater than zero. (2:20:47 feb 04, 2023)
How to solve?
Thank you in advance