Skip to content

How to get all available far field radiation spheres setups #4943

Closed Answered by Samuelopez-ansys
AleksandarToshev-eag asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @AleksandarToshev-eag ,

You can get the radiation spheres using field_setups property:

hfss = pyaedt.Hfss(design="Horn_ffd1")
ff_setups = hfss.field_setups

Where ff_setups is a list of objects:
ff_setups[0].name

If you just need the names:
hfss.field_setup_names

Please do not forget to save the design before getting this information, if you have created the ff setups manually (without pyaedt) the object could be not updated. If this solves your question, please mark it as an answer and close the discussion.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AleksandarToshev-eag
Comment options

Answer selected by AleksandarToshev-eag
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