skidl icon indicating copy to clipboard operation
skidl copied to clipboard

SKiDL is a module that extends Python with the ability to design electronic circuits.

Results 51 skidl issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Trying to run the first example from [pyspice](https://github.com/devbisme/skidl/blob/master/examples/spice-sim-intro/spice-sim-intro.ipynb) and can't find `node` Core issue may be: ```Unsupported Ngspice version 37``` ![Screenshot from 2022-08-06 18-37-05](https://user-images.githubusercontent.com/22162612/183271356-cfdf9356-f044-4667-a402-8559a4812338.png) **To Reproduce** Steps...

bug

**Describe the bug** Calling `generate_pcb()` results in: ``` /builddir/build/BUILD/kicad-6.0.6/pcbnew/action_plugin.cpp(163): assert "PgmOrNull()" failed in register_action(). Traceback (most recent call last): File "/home/shanemattner/Desktop/esp32/skidl_esp32_example/skidl_esp32_example.py", line 105, in generate_pcb() File "/home/shanemattner/.local/lib/python3.10/site-packages/skidl/circuit.py", line 562, in...

bug

**Is your feature request related to a problem? Please describe.** It can be a pain to find the footprint for parts so it would be nice to use the default...

enhancement

**Is your feature request related to a problem? Please describe.** My project gets a text from some place and sends it into skidl `search()` function. But `search()` doesn't return an...

enhancement

Downloading `KiCAD` isn't required if you just want the libraries. fix: #149

**Is your feature request related to a problem? Please describe.** The documentation says: "To give SKiDL some part libraries to work with, you'll also need to install [KiCad](http://kicad-pcb.org/)." https://github.com/devbisme/skidl/blob/62c8464d5be9ea335efd879c93b75d701ba60275/docs/index.html#L226 But...

enhancement

Hi, paralel wires in my scheme appear to be overlayed as per the attached scheme. Is there any way to get them drawn separately please. Thank you. OS Debian 10,...

bug

**Describe the bug** When running with generate_svg, I get a failure: KeyError: 'n" **To Reproduce** Steps to reproduce the behavior: ``` $ npm install -g https://github.com/nturley/netlistsvg added 37 packages, and...

bug

I'm wanting to create a simple pcb containing a very simple part - a cherry mx switch, which has only two pins (and some mounting holes). I'm mucking around with...

enhancement

If I add `generate_pcb()` to the end of the SKIDL example to try to something I can feed into the pcbnew module, I get the following. Seems to be kinet2pcb....is...

bug