Replies: 2 comments 4 replies
-
It is not implemented in PYAEDT, because it is already implemented in PyEDB. If you are not aware of this library, I encourage you to take a look, because you can perform the layout preprocessing before importing into HFSS 3DLayout. And for instance you can add the S parameter model: If you have an existing .aedb folder, you can just duplicate it in a different directory, and load it with PyEDB. If you need this feature in PyAEDT please, submit an Issue. |
Beta Was this translation helpful? Give feedback.
-
Hi @zolabar Please submit an Issue in PyEDB repository. https://github.com/ansys/pyedb You should pass the absolute path of the file, this is quite straightforward using "os" module. os.getcwd() gives the current directory for example and you can get the file path: os.path.join(os.getcwd() , "example.aedb") |
Beta Was this translation helpful? Give feedback.
-
Hello,
is there a way of opening an aedt file with HFSS 3D Layout Project with pyAEDT and assign S-Parameter touchstone files to a list of components, for instance capacitors, with pyAEDT?
Thank you!
Regards,
Zoufiné
Beta Was this translation helpful? Give feedback.
All reactions