xesscorp

Results 40 comments of xesscorp

I think this can be done in the same way I supported XSPICE models. If so, it will be a small change.

I added a `DeviceModel` class to SKiDL. (It's **not** the same as the PySpice `DeviceModel` class.) To use it, you can take the following line from the transistor amplifier example...

You can still use a string for the model, but in that case it's assumed to be a file name where the .model statement is stored. It doesn't refer to...

I'm just back from vacation. I also would like to see some features like this added to SKiDL. Let me think about it and come back later.

I think you can add some placement information to a Part object directly as you showed above. Part rotation would be needed as well. We would also need to be...

No, SKiDL does not currently do anything with part placement. It's not conceptually hard to do, but it would have to output the part placements to another file as the...

Yes, I built KinJector specifically for injecting net classes and part positions from SKiDL code into the PCB. I've got most of the net class stuff done, but still haven't...

Yes, this is the way to go! I started with the KiCad libraries since that's the tool I was using. But it would be much better to have a native...

I removed the (libsource...) portion of the component definition and the resulting netlist was still accepted by PCBNEW.

There are some unit tests you can run by typing `tox` in the top-level directory. These probably won't test your features, so you may want to add some. You can...