Changing net label to hierarchical label/Global label

Hi Everyone,

I have designed a schematic in which I have assigned some local label, but now I want to change them to hierarchical label/Global label. Is there any way to change directly label scope.

Obviously I can delete that and made a new label, but that is too much time consuming, so I want to ask if any shortcut exist for this ?

Thanks
Abhishek

This is one of those things that is probably still done easiest with a text editor.
All KiCad files are human readable text files.

So I put two labels in some project:
image

Then saved it, opened it in a text editor, and there it looks like:

Text HLabel 5350 5650 2 50 Input ~ 0
Hierarcical_label_thingie
Text Label 5350 5800 0 50 ~ 0
Local_label_thingie

There is also a lot of info of KiCad’s file formats in file_formats.pdf

Also:
Make sure you make a backup before doing stuff like this.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.