In KiCad schematic it is possible to add sheets using the “add sheet” button, or pressing “S”. Is it somehow possible to add sheets with parameters?
For example, I create a sheet with a resistor and two pins. Normally I would define the value of the resistor by hardcoding it in the sheet schematic, so then all instances would have the same value R. It would be very handy to have the possibility to make R a parameter, that can be defined when the sheet is instantiated. Is this possible?
A good example for this would be a graphic equalizer. All channels have the same schematic, but with different values for the filter components.
But as far as I know, there is no support for this (yet) in KiCad.
1 Like
There are fields that can be set by sheet. If you select a sheet and press E, you can add additional firelds with the plus button. Inside that sheet, a value with ${MYPARAMETER} will appear as whatever you assigned to MYPARAMETER. Some of the text boxes are even clever enough to suggest possible fields for replacement when you start typing ${
3 Likes
1 Like