Allows activating a display panel that shows a webpage designed to provide instances of symbols, footprints, 3d models and spice models to the designer. The webpage can be installed via PCM or directly in the panel. Webpages should be registered with the KiCad project in order to avoid a warning when showing content.
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
* Simple resistor SPICE model used by the WebView test harness
|
|
.subckt R0603 1 2
|
|
R1 1 2 1k
|
|
.ends R0603
|