Starting in December, we will archive content from the community that is 10 years and older. This FAQ provides more information.
Hi,
I have created a Fusion 360 electronics library device that represents a small prototyping board that will be mounted onto my PCB via header pins as a "sub-board" kind of arrangement.
The sub-board has multiple GND pins. I would like to be able to connect any of my traces to the nearest GND pin and have F360 know that they're the same thing. Is there a way to achieve this by altering the design in my Library device? At the moment I get a bunch of unnecessary airwires because the PCB editor doesn't know that the multiple GND pins on the sub-board are internally connected, even though there is a path path to GND connected everywhere there needs to be.
I'm aware I can just hit Approve on the DRC errors - I'm just looking for a better solution.
Thanks in advance for your help!
Josh
Solved! Go to Solution.
Solved by jorge_garcia. Go to Solution.
Thanks Jorge! I'll change my symbol to only have one ground pin - I think that's where I was going wrong. I just made a symbol that represented all of the physical pins, but I see now that there was no point modelling the extra ground pins in the symbol when that's more of a detail of the physical part than the schematic.
Cheers!
Hi @roatchristopher,
It would be hard to find a use from swap-level in this context because you are consolidating all the ground connections onto a single pin. So swap level would imply that there is some other gnd equivalent pin that we could swap with, but that's not possible in this case because all the gnd pads have been consolidated into 1 pin.
Let me know if there's anything else I can do for you.
Best Regards,
I like the idea of connecting the ground pads to a single pin, as then the schematic makes sense semantically.
But, if the pins were not tied together, would it work to use swaplevel instead?
Hi @roatchristopher,
I hope you're doing well. If they were not on a single pin, then you would go the old school way. One pin for each pad, swaplevel the same non-zero value for all of them and you would name them GND, GND@1, GND@2, GND@3, etc.
The @x syntax is important, it allows each pin to have a unique name as required but when used in the schematic the @x is dropped so you see all the pins named GND.
Let me know if there's anything else I can do for you.
Best Regards,
Can't find what you're looking for? Ask the community or share your knowledge.