KB: Scale schematic symbols to align on the preferred grid size in one go

Altium Designer Altium Designer

While the de facto standard of grid size of a schematic symbol in Altium is 100mil, such as those available from Manufacturer Part Search, there may be a library out there in which other grid size, say, in metric, is applied. It is highly desirable to scale those component symbols upfront within the library prior to placing them in 100 mil grid schematic sheet, so as to avoid off-grid errors inducing incomplete pin-to-wire connection.

Solution Details

It is possible to change the grid size of all schematic symbols in one go parametrically, say, from 2.5mm in metric to Altium standard 100mil.  There are two systematic ways of selecting and editing multiple primitives at once:

  • right click on a primitive, say a pin, Find Similar Object..., set the scope to have all similar objects selected, in Properties panel, modify the common dimension objects such as X, Y, and Pin Length with a formula 'Round(!*0.0254/2.5)*100' to round 2.5mm to 1mil first and then scale the value to the nearest 100mil, where '!' denotes the current value to be overwritten.

  • open SCH/SCHLib List panel, set the mode at the top in blue texts, say, 'Edit all objects from all components include only Pins', shift-select along a column such as X1, Y1, and Length, left-click on a cell along the column to type a formula 'Round(!*0.0254/2.5)*100' to round 2.5mm to 1mil first and then scale the value to the nearest 100mil, where '!' denotes the current value to be overwritten.

Batch Edit through Find Similar Object:

  1. If not already, View » Toggle Units to make sure you are in Imperial 100mil grid.

  2. Select a primitive such as a pin, right-click and Find Similar Object... image.png

  3. Set the scope to select all objects subject to batch edit with common attributes. image.png

  4. In Properties panel, modify the value of dimension attributes by typing a formula 'Round(!*0.0254/2.5)*100' to round 2.5mm to 1mil first and then scale the value to the nearest 100mil, where '!' denotes the current value to be overwritten. image.png

  5. Hit Enter to confirm the value updated for all objects selected. image.png

 

Batch Edit in SCH List/SCHLib panel:

  1. If not already, View » Toggle Units to make sure you are in Imperial 100mil grid.

  2. In SCH List panel (if in *.schdoc) or SCHLib List panel (if in *.schlib), set the mode/scope in blue text at the top to list all objects of interest.  e.g. 'Edit all objects from all components include only Pins' image.png

  3. Shift-select along a column such as X1, Y1, and Length attributes related to dimensions. image.png

  4. Left-click on one of cells along the column while still holding down Shift, and type a formula 'Round(!*0.0254/2.5)*100' to round 2.5mm to 1mil first and then scale the value to the nearest 100mil, where '!' denotes the current value to be overwritten. image.png

  5. Hit 'Enter' to confirm all cells of the column selected in the step 3 overwritten by the new value  image.png

 

It goes without saying that numerical values used in the above is for an illustrative purpose that the technique can be apply to scale symbol primitives from any grid size to another.  Specifically, the above formula can be expressed more generally as Round(!*<conversion_factor>/<source_grid_size>)*<target_grid_size>, where:
<conversion_factor> is 0.0254 if converting from mm to mil and 39.37 if converting from mil to mm
<source_grid_size> is the grid size in the source grid unit to be scaled and aligned
<target_grid_size> is the grid size in the target grid unit to which a primitive should be scaled and aligned

Further reference on Find Similar Object: 
https://www.altium.com/documentation/altium-designer/using-find-similar-objects-tools
Further reference on SCH/SCHLib List panel: https://www.altium.com/documentation/altium-designer/editing-multiple-pcb-design-objects#!list_panels
Further reference on Round(): https://www.altium.com/documentation/altium-designer/working-with-the-query-language#!round
Further reference on !: 
https://www.altium.com/documentation/altium-designer/editing-multiple-pcb-design-objects#!modification-using-an-expression

If you find an issue, select the text/image and pressCtrl + Enterto send us your feedback.
Was this article helpful?