Skip to content

Is there a way to assign a sheet to Wave Port #3029

Closed Answered by MaxJPRey
anoushkanarayan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @anoushkanarayan ,
Did you try something like this:

port = self.aedtapp.wave_port(
    signal=sheet1,
    deembed=5,
    integration_line=self.aedtapp.AxisDir.XNeg,
    impedance=40,
    num_modes=2,
    name="sheet1_Port",
    renormalize=False,
    reference=["outer"],
    terminals_rename=False,
)

It should automatically set the sheet to "Wave Port" as soon as the port is created and assigned to the sheet.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by anoushkanarayan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants