Is there a way to assign a sheet to Wave Port #3029
-
I have this sheet which is currently unassigned. My solution type is already set to Modal, so that is not the issue. I am unable to find a method that will help me assign this from "Unassigned" to "Wave Port." sheet1 = hfss.modeler.primitives.create_rectangle(csPlane="YZ", position=[0, "-p_w/2", "-p_h/2+dz"], dimension_list=["p_w", "p_h"], name="p1") Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
MaxJPRey
May 19, 2023
Replies: 1 comment
-
Hi @anoushkanarayan ,
It should automatically set the sheet to "Wave Port" as soon as the port is created and assigned to the sheet. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anoushkanarayan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @anoushkanarayan ,
Did you try something like this:
It should automatically set the sheet to "Wave Port" as soon as the port is created and assigned to the sheet.