is there a way to uncheck the “Common to all units in symbol” option in the pin properties? Or can it be done in the editor via Regex? If not, I have to change about 200 Pins…
EDIT:
From what I can see, a pin becomes unique on a unit when it is in a different symbol eg. the symbol “AAA_0_0” vs “AAA_2_0”. Is there an efficient way to do this or do I have to copy-paste the pins to different Units?
is there a way to uncheck the “Common to all units in symbol” option in the pin properties?
Currently there is no convenient way to change this setting. For the future a “property manager” is promised which should allow bulk-editing of item- and pin-properties.
From what I can see, a pin becomes unique on a unit when it is in a different symbol eg. the symbol “AAA_0_0” vs “AAA_2_0”.
Yes, and this opens a possibility with a texteditor for “200 pins”:
work with a copy of your symbol - in case anything with my description goes wrong
prepare a texteditor with a new empty textfile (will not be saved)
switch to the symbol with the 200 pins (or with many pins)
change at least one pin to “unique/uncommon”-setting
select all pins an the unit
-CTRL-C to copy. Than ENTF to delete all pins in the symbol
switch to texteditor, CTRL-V to copy
you get a text similar to your example above
select all pins on the symbol "AAA_0_0-section and move these pins to the symbol "AAA_1_0-section
the already changed pin-setting (from the first 3.step) should show the position to insert the insert the pin-lines
select whole text, CTRL-C and paste (CTRL-V) into symbol-editor again.
I think this whole work is only useful for >=16 pins per unit, for fewer pins the simple work of changing every pin-property alone is faster.