EasyEDA BulkOps is a plugin for EasyEDA which allows to perform bulk operations on the objects.
At the moment the only supported operation is bulk update of the component properties.
Consider the following scenario. You have a big schematic and at some point you realize you have to either:
- ... replace a group of resistors with another value
- ... because of silicone shortage you have to replace transistors with equivalent from another manufacturer
- ... any other reason causing to part replacement which want affect board layout (in other words part footprint/pads layout remains the same)
-
Add the new part on canvas. It will be a of source of data for update operation. Do not connect with any other componet, just place it someware - we will remove it soon.
-
Select this new part and click Bulk Ops / Copy Params from the main menu. The informational dialog explaining consiquencies of the operation will appear.
-
Select parts which needs to be updated.
IMPORTANT: Do not select parts incompatible in terms of footprint/pads layout!
-
Click Bulk Ops / Paste Params to update properties.
-
Ensure the result is satisfing and remove the original part we added at step 1.
See the explainer below:
-
Download the recent release of the extension from Releases page. The asset is called like
release-X.Y.Z.zip
.IMPORTANT: Pick the compiled version from Release page. Do not use just plain sources from this repository as it wont work.
-
Unpack archive
-
Open EasyEDA, navigate to Advanced / Extension / Extension Setting
-
Pick Load Extension from the dialog
-
Click Select files and select ALL files from unpacked extension
-
Click Load Extension
This extension was created by Dmitry Berezovsky
This module is licensed under MIT. This means you are free to use it in commercial projects.
The MIT license clearly explains that there is no warranty for this free software. Please see the included LICENSE file for details.