Script for steering an array antenna beam in linux #5191
-
In linux GUI I'm not able to execute the script for steering an antenna array beam (see attached file |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @erikajob91, yes it is possible. But before you start any refactoring, I encourage you to take a look to the Farfield visualization class, which is much more powerful. https://aedt.docs.pyansys.com/version/stable/API/Visualization.html#farfield This class allows you to extract the farfield data, and with python perform all farfield postprocessing, like the beam steering, active s parameters... |
Beta Was this translation helpful? Give feedback.
-
Sure! There you are: |
Beta Was this translation helpful? Give feedback.
Hi @erikajob91, yes it is possible.
But before you start any refactoring, I encourage you to take a look to the Farfield visualization class, which is much more powerful.
https://aedt.docs.pyansys.com/version/stable/API/Visualization.html#farfield
This class allows you to extract the farfield data, and with python perform all farfield postprocessing, like the beam steering, active s parameters...