How to read the minimum value of S11 using PyAEDT #3800
-
Hi, Currently, I'm researching how to controll HFSS using PyAEDT. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
Samuelopez-ansys
Oct 26, 2023
Replies: 1 comment 3 replies
-
Hi @crapemyrtle-841, There are different ways, but I would use the same approach as this example: As you can see, the S11 can easily obtained: Then you can manipulate the data using python. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @crapemyrtle-841,
There are different ways, but I would use the same approach as this example:
https://aedt.docs.pyansys.com/version/stable/examples/02-HFSS/Probe_Fed_Patch.html#sphx-glr-examples-02-hfss-probe-fed-patch-py
As you can see, the S11 can easily obtained:
https://aedt.docs.pyansys.com/version/stable/examples/02-HFSS/Probe_Fed_Patch.html#plot-s11
Then you can manipulate the data using python.