Electronic – How to display a custom parameter value in the PCB footprint of the Altium component

altiumfootprintpcb-design

Suppose my component has a string-valued parameter named "Label". I'd like the PCB footprint for this component to automatically display whatever value was set for this parameter in the schematic view.

I've tried placing a text component with the value ".Label", and I've enabled "Convert special strings" in the PCB view configuration, but the text still shows as just ".Label".

Can I somehow get it to show the value of the "Label" parameter as set (and displayed) in the schematic view?

Best Answer

There is one way, some kind of workaround. But you have to give up the Component's comment field because we will use this to show a custom parameter on the PCB along with the footprint.


  1. Add your new parameter and set it visible. Under Properties set the Default Comment to your custom parameter and do not check the Visible box.

    enter image description here


  1. Add your component to the schematic and set a value for the custom parameter.

    enter image description here


  1. In PCBdoc, right-click on the footprint and in Component Actions select Show Comment.

    enter image description here


  1. Now your custom parameter is visible under the footprint in the PCBdoc.

    enter image description here