Skip to content

HFSS lumped RLC boundary issue #6019

Answered by Samuelopez-ansys
idoy26 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @idoy26 ,

I would use the object oriented programming capabilities of PyAEDT:

bound = self.aedtapp.assign_lumped_rlc_to_sheet(rect.name, start_direction=self.aedtapp.AxisDir.XNeg, name="rlc", **rlc_params)

bound.properties["Capacitance"] = "capacitance"

Then the boundary will be updated with the parameter :)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

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