Regarding the specification of the function to obtain the ID of the component placed in the schematic. #4650
-
Hello, PyAEDT Experts. Using PyAEDT, I work with TouchStoneFile. To obtain the ID of the Nport component placed in the schematic, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @homma26153190 , These methods has been deprecated months ago, and finally in 0.9.0 release, they are not maintained anymore.
There is a method, that can do almosth the same in one single line:
But if your goal is create IPorts on each pin of the NPort component, you can use this method, which internally is doing something similar, but you will have it in one single line (create_lna_schematic_from_snp):
Please let me know if this solves your questions. |
Beta Was this translation helpful? Give feedback.
Hi @homma26153190 ,
These methods has been deprecated months ago, and finally in 0.9.0 release, they are not maintained anymore.