-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get variable value from HFSS model #48
Comments
Yeah, this can be a nice interface.
We can check if HFSS iphyhon COM interface allows for getting just one variable. In any case can get full and then return one.
…Sent from my iPhone
On Aug 21, 2020, at 4:30 AM, Abhijit Bhattacharyya ***@***.***> wrote:
The names of the variables cold be obtained from pinfo.get_all_variables_names() as set of strings. It would be nice to see a function like pinfo.getValue('var name') to return the value(s) of the variable name(s) of the HFSS model obtained from the previous command. This could be something like functions get() and set() used in C++ sort of classes.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I wanted to use |
Not sure I completely follow. You can post minimal working code if you want. We will have a working group meeting for pyEPR soon: Meeting signup link: https://forms.gle/oYsCjCMZLZtfrGuFA You can you sign up / help spread the word to anyone you think would be interest. |
The names of the variables could be obtained from
pinfo.get_all_variables_names()
as set of strings. It would be nice to see a function likepinfo.getValue('var name')
to return the value(s) of the variable name(s) of the HFSS model obtained from the previous command. This could be something like functions get() and put() used in C++ sort of classes.The text was updated successfully, but these errors were encountered: