pcb-rnd knowledge pool

 

Scripted mass property edit from a table

mass_prop by Tibor 'Igor2' Palinkas on 2021-10-29

Tags: howto, scripted, script, mass, edit, query, propedit, tab, table

node source

 

 

Abstract: Example shell+awk script that uses pcb-rnd to mass-edit properties of objects using a table as input.

  This script loads a board file and a tab file then interprets each line of the tab as instructions to search for objects and edit them.

The columns of the table are separated by semicolon. The first column is a query() expression. Further columns are name=value pairs for propset(). To set an attribute in propset syntax, name needs to be prefixed with "a/".