Design Tools
Symbol Editor
Create custom component symbols for use in your schematics. The Symbol Editor provides tools for adding pins, drawing shapes, placing labels, and previewing your symbol — all with full grid and undo/redo support.
# Creating Symbols
Open the Symbol Editor from the Component Library panel to create a new custom component symbol.
Workflow
- Open the Component Library panel and click Create Custom Component
- The Symbol Editor opens with a blank canvas and grid
- Draw the component outline using rectangles, circles, and lines
- Add pins at the appropriate locations with correct directions
- Add text labels for the component name and pin names
- Preview the symbol to ensure it looks correct
- Click Apply to save the symbol to your local library
Symbol Editor interface with a custom IC symbol being designed
# Pin Management
Pins define the connection points of your component. Each pin has a name, direction, and type.
Adding Pins
Press P to activate the pin tool, then click on the canvas to place a pin.
Pin Properties
| Property | Description |
|---|---|
| Name | The pin label displayed on the symbol (e.g., VCC, GND, D0, CLK) |
| Direction | Which side of the component the pin extends from: Left, Right, Up, or Down |
| Pin Type | Electrical type: Input, Output, Bidirectional, Power, Passive, etc. |
| Position | X and Y coordinates on the symbol canvas |
Pin placement tool with direction selector and pin type dropdown
# Drawing Shapes
Use drawing tools to create the visual outline of your component symbol.
Available Shapes
Rectangle
Draw rectangular outlines for IC packages and standard component bodies. Click and drag to set dimensions.
Circle
Draw circles for pin 1 indicators, polarization marks, or rounded component bodies.
Line
Draw straight lines for custom outlines, internal details, or decorative elements.
Text
Add text labels for pin names, component identifiers, or functional descriptions.
Editor Features
- Grid & snap — Toggle grid visibility (G) and snap-to-grid (Shift+G)
- Undo / Redo — Full undo/redo support within the symbol editor
- Delete — Select elements and press Delete to remove them
- Preview — See how your symbol will look in the schematic before saving
- Apply / Cancel — Save the symbol to your library or discard changes
Shape drawing tools in the Symbol Editor with a custom component outline
Next Steps
- → Use your custom symbols from the Component Library
- → Learn about Annotations & Regions