Replies: 1 comment 1 reply
-
PyLTSpice was not thought with the purpose of creating netlists using python. If you really need to use PyLTSpice, then just do this:
This is why I never bothered with this feature. PyLTSpice and spicelib are just tools to automate simulations once the netlist is created. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How am i suppose to add Resistors, Capactitors or a voltage source the proper way?
Do i have to do
I'm asking this because add_component feels like is intended for external components, in fact i have to be a bit hacky with that '{'model' : value}' otherwise i would get a "no_model" keyword in the netlist
Beta Was this translation helpful? Give feedback.
All reactions