Skip to content

get_antenna_data() #6121

Closed Answered by Samuelopez-ansys
georgmichel asked this question in Q&A
May 7, 2025 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Hi @georgmichel , could you please share the project?

This example is working:
https://examples.aedt.docs.pyansys.com/version/dev/examples/high_frequency/antenna/array.html

Please check you do not have variations before calling the method:

variations = app.available_variations.get_independent_nominal_values()

Finally, I guess the freq units of your AEDT is not Hz, if your AEDT units are GHz, then you must pass the frequency in AEDT units. You could also get the available frequencies beforehand (the method is doing it internally if the user does not pass any freq)

from ansys.aedt.core.generic.numbers import Quantity
trace_name = "mag(rETheta)"
farfield_data = app.post.get_far_field_data(ex…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@georgmichel
Comment options

@Samuelopez-ansys
Comment options

@georgmichel
Comment options

@Samuelopez-ansys
Comment options

@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