Using exp-project-lbr.ulp will create alibrary from my project. But it doesnt replace the part directive in the schematic to the newly created libray.
Is there a way to do that??
Greetings
Harry
Using exp-project-lbr.ulp will create alibrary from my project. But it doesnt replace the part directive in the schematic to the newly created libray.
Is there a way to do that??
Greetings
Harry
Harry Herbert wrote:
Using exp-project-lbr.ulp will create alibrary from my project. But it
doesnt replace the part directive in the schematic to the newly
created libray.
Is there a way to do that??
see "help update"
UPDATE old_library_name = new_library_name;
--
Lorenz
Harry Herbert wrote:
Using exp-project-lbr.ulp will create alibrary from my project. But it
doesnt replace the part directive in the schematic to the newly
created libray.
Is there a way to do that??
see "help update"
UPDATE old_library_name = new_library_name;
--
Lorenz
But if my project contains parts from 10 different libraries, must I then execute this command ten times??