Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Frequency-Dependent Components? #33

Closed
cyounkins opened this issue Jul 8, 2015 · 5 comments
Closed

Support for Frequency-Dependent Components? #33

cyounkins opened this issue Jul 8, 2015 · 5 comments

Comments

@cyounkins
Copy link

What would it take to add frequency-dependent resistors and inductors? I'm looking at modeling Coilcraft inductors in SPICE (http://www.coilcraft.com/modelsltpice.cfm), and they suggest using a Laplace directive to create the component. I don't think Ahkab currently supports this.

Would this require modifying the AC analysis routine to be more complicated? I think you could no longer just do the invert-multiply per step.

@ggventurini
Copy link
Member

I find that to be very interesting and, since it is user-requested, it has great importance in my eyes.

I also have a long list of pile up work that I am trying to get some free time to properly address.

That said, I will look into this soon, but it will have to be after the 0.18 release which is due in the next days.

Cheers!

@cyounkins
Copy link
Author

I wanted to write here and say that while I think this would be a great feature to have, I am unlikely to use it myself as my project has gone on without that part of the simulation. I'll let you decide if you want to pursue this or not - feel free to close if not!

@itdaniher
Copy link
Contributor

@cyounkins Could you elaborate upon your use case a little more? I'm triaging a bit and trying to decide if adding laplace netlist directives like http://www.ee.ryerson.ca/~courses/ele322/public_html/example2/pspice_example2.html would be worth exploring, or if the platform would benefit more from additional symbolic demos, as I think the symbolic analysis / transfer function derivation and manipulation functionality in Ahkab is underutilised and extremely powerful. The alternative to .LAPLACE and friends is directly manipulating transfer functions in Python, akin to what I do in my undercommented notebook, ie here and here.

@itdaniher
Copy link
Contributor

@cyounkins
Copy link
Author

Thanks for the comment, but my use of ahkab was over a year ago. Frankly I don't remember exactly what I was trying to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants