Tuesday, 14 April 2015

pcb design - Can I combine Comment field from other Parameters in Altium Designer?


Comment can be set from Parameter like =Parameter:


=Value

where Value can be set as 100nF for example Comment Properties.


Can I combine several individual parameters into Comment? to get something like:


100nF; 16V

I tried following



=Value; =Voltage

and it didn't work.



Answer



You can use the following special string format in your comment field to do what you want:


=Parameter1+'; '+Parameter2


Below are some images of the setup and result using your example:


enter image description here


enter image description here


2 comments:

  1. This is a smart blog. I mean it. You have so much knowledge this issue, and so much passion. You also know how to make people rally behind it, obviously from the responses. uetpcb.com

    ReplyDelete
  2. his is a smart blog. I mean it. You have so much knowledge this issue, and so much passion. You also know how to make people rally PCB

    ReplyDelete

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...