how to define a variable for frequency-dependnet surface impedance boundary? #5150
-
Hi, I know that I can assign an impedance boundary with The online example is only showing a constant value Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @ZiadHatab, I guess you know how to do it manually right? Just in case, you first need to create a dataset with this information (Zs vs Freq). If the dataset has the name ds1, you just need:
If you do not know how to create a dataset, here you can find an example:
|
Beta Was this translation helpful? Give feedback.
-
Cool, thanks! |
Beta Was this translation helpful? Give feedback.
Hi @ZiadHatab,
I guess you know how to do it manually right?
Just in case, you first need to create a dataset with this information (Zs vs Freq). If the dataset has the name ds1, you just need:
hfss.assign_impedance_to_sheet(rect.name, "TL2", "pwl(ds1, Freq)", 25)
If you do not know how to create a dataset, here you can find an example: