Electronic – PackageReference in Altium Designer

altium

In Altium Designer standard libraries, parameters PackageReference and PackageDescription are same as Footprint Name and Footprint Description.

I'm also going to have those fields in my new components, I wonder if the above is plain copy or those fields are referencing to each other? Feels redundant to manually copy that two pieces of information.

Can I just create footprint, name it, set description and then somehow reference that information in PackageReference and PackageDescription parameters?

Best Answer

Use a database

Best practice is to manage all of this information outside Altium using its database integration sub-system.

You can link symbols and footprints via a table rather than trying to manage this information inside of a symbol (which is the wrong layer of abstraction) or in a library of symbols (grouping becomes arbitrary and difficult to manage as the library size grows).

Doing it this way means that you never have to mess with internal attributes and double-entry of data.

My approach

I use CircuitHub for library management. It's free and it's trying to be a Wikipedia of parts.

It plugs into Altium (and other tools) and provides linked symbols and footprints via a local database that is sync'd from the web (so you can use it offline).

You can add/edit/manage parts on the website and it automatically (via Dropbox) syncs those changes to your computer where you can use them in Altium (or any other supported tool).

Here is how you setup CircuitHub to work in Altium.

Here are the basics of component management in CircuitHub.

Disclaimer

I helped create CircuitHub, because I got tired of dealing with these kinds of problems in library management.