Skip to content

Edit Sources in Hfss #6178

Discussion options

You must be logged in to vote

Hi @georgmichel ,

About your 1st question. When you get Hfss.get_antenna_data().farfield_data, you are obtaining an object of the class FfdSolutionData, it is explained here:

https://aedt.docs.pyansys.com/version/stable/API/visualization/advanced.html#farfield

So, once you have this data, you are independent of AEDT. It means, you can change the port magnitude and phase in pure python, so you do not need anymore Edit Source of HFSS, because the superposition of the FFD files of each port/antenna is performed inside the class.

THis is also used here:

https://examples.aedt.docs.pyansys.com/version/dev/examples/high_frequency/antenna/array.html

The difference between (link_to_hfss=True) or F…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Samuelopez-ansys
Comment options

Comment options

You must be logged in to vote
1 reply
@georgmichel
Comment options

Answer selected by georgmichel
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