Replies: 3 comments 9 replies
-
A few notes for input on using SKiDL:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for using the forum!
Which ngspice example triggered this problem? I'd like to take a look at it.
I replied to this issue here. |
Beta Was this translation helpful? Give feedback.
-
Hello I want to use the generate_netlist() function, but I got the error message as following content. =============================================================== File "C:\ProgramData\Anaconda3\lib\site-packages\skidl\Circuit.py", line 417, in generate_netlist AttributeError: 'Circuit' object has no attribute '_gen_netlist_skidl'Could you please help to provide some suggestion or information? I really need your help. Thanks. Best-Regards |
Beta Was this translation helpful? Give feedback.
-
Welcome!
SKiDL is a module that allows you to compactly describe the interconnection of electronic circuits and components using Python. The “normal” way of designing electronics is graphically using a schematic editor. SKiDL replaces this with a text-based programming paradigm. Naturally, this can seem a bit odd to electronics designers, but not to programmers. On the other hand, programmers might find electronic design somewhat mysterious. This forum serves as a place for everyone to ask questions about designing electronics with SKiDL and future directions/enhancements for the language:
To get started, open a separate thread/discussion with an introduction to yourself and tell us about what you want to do with this community.
Beta Was this translation helpful? Give feedback.
All reactions