Replies: 1 comment
-
Hi @1maslo , If I am not wrong, there is no API method to get the Edit Sources current status, if you know it please let us know, and we will add it to PyAEDT. Regarding the point, it is not implemented, please submit and Issue, and the community will implement it, this is quite easy to implement: app.get_oo_property_value(app.oeditor, app.modeler.point_objects[0].name, "Position") |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to retrieve the properties of sources—essentially, the information available under "Edit Sources":
However, I haven't found a way to access this data. The hfss.get_all_sources() function only returns the names of the sources:
The same applies to hfss.excitations:
I also explored hfss.excitation_objects, which seemed more promising, but I still couldn't find the parameters listed under "Edit Sources":
Is there a way to retrieve the defined excitation settings for each source?
Additionally, I encountered a similar issue when trying to obtain point coordinates. The hfss.modeler.point_objects function seemed to be a step in the right direction:
However, I was still unable to extract the actual position of the point. Is there a method to obtain the coordinates of an already created point in HFSS?
Thanks for your help!
Maslo
Beta Was this translation helpful? Give feedback.
All reactions