You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a function to handle RLC components with pore than two pins thsi will be a complement of anstranslator.
After translating a brd, IPC2581, ODB++... file the aedb we get could have RLC components with more than 2 pins with not relevant pin connection.
Using the power of PyEDB to have moer inteligence in managing these components would be valuable.
I suggest to first create relative simple function which will identified when pins of the same component are connectiong to re
Steps for implementing the feature
I suggest to first create relative simple function which will identified when pins of the same component are connecting to reference net.
The input of the fonction will be reference_net as a string (like GND). A lot these components like 4 pins RLC components have two pins connected to GND for EMI purpose and tow connected to signal or power nets. So I suggest to start with a simple implementation that will cover 80% of the case with the below workflow:
below is a draft of the code to be implemented that would add an inductor of 1nh to tow of the 4 pins not connected to GND.
Description of the feature
Create a function to handle RLC components with pore than two pins thsi will be a complement of anstranslator.
After translating a brd, IPC2581, ODB++... file the aedb we get could have RLC components with more than 2 pins with not relevant pin connection.
Using the power of PyEDB to have moer inteligence in managing these components would be valuable.
I suggest to first create relative simple function which will identified when pins of the same component are connectiong to re
Steps for implementing the feature
I suggest to first create relative simple function which will identified when pins of the same component are connecting to reference net.
The input of the fonction will be reference_net as a string (like GND). A lot these components like 4 pins RLC components have two pins connected to GND for EMI purpose and tow connected to signal or power nets. So I suggest to start with a simple implementation that will cover 80% of the case with the below workflow:
below is a draft of the code to be implemented that would add an inductor of 1nh to tow of the 4 pins not connected to GND.
Useful links and references
No response
The text was updated successfully, but these errors were encountered: