Skip to content

the minimum value of S11 #3836

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

You must be logged in to vote

Hi @crapemyrtle-841 ,

I will use the same project you shared here: #3817

The method get_solution_data returns an object, which contains all the needed information, and in addition, method to operate with the data in a very efficient way. Please check PyAEDT examples which can give you different ideas of the power of this method. But just to give you the solution of your question, please check the following code:

import pyaedt

pyaedt.settings.use_grpc_api = False

version = '2023.2'
print("Loading the PyAEDT Console.")
project = r"C:\Users\slopez\Downloads\antenna_test.aedt"
hfss = Hfss(projectname=project, designname="Design1", specified_version=version, new_desktop_session=False,
      …

Replies: 1 comment 1 reply

Comment options

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

Answer selected by Samuelopez-ansys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant