Giter Site home page Giter Site logo

Plain text component values about ahkab HOT 4 OPEN

ahkab avatar ahkab commented on August 28, 2024
Plain text component values

from ahkab.

Comments (4)

itdaniher avatar itdaniher commented on August 28, 2024

Hey there! Somehow this originally fell threw the cracks in my inbox, but the improvement looks great and I'd love to figure out how to get it merged!

from ahkab.

itdaniher avatar itdaniher commented on August 28, 2024

Thinking about this further:

I like

value = value_parser_and_checker(value, should_be='ohm')
if value is None:
    raise CircuitTypeError("Circuit components need to have nonzero values)

This way, I think we have a utility function to add, which you already wrote, and hooks to add to the __init__ methods of the relevant classes, or, less generally, in the Circuit.add_foo methods for each circuit element.

Personally, I'd move even the existing if value == 0 check into the __init__ calls for each circuit element, as they're only implemented for a few select components, and it might be worth adding sanity checks that keep someone from trying to simulate the transient response of a circuit with a 1 megafarad capacitor and a 1 megaohm resistor, or other equally awkward unit-ed component combinations.

from ahkab.

itdaniher avatar itdaniher commented on August 28, 2024

We already have more infrastructure for this than I realised, as G took the initiative to work towards SPICE syntax compatibility!

http://ahkab.readthedocs.io/en/latest/netlist_parser.html?highlight=convert_units#ahkab.netlist_parser.convert_units

Found just reading netlist_parser thinking about unicode units.....

from ahkab.

endolith avatar endolith commented on August 28, 2024

SPICE annoyingly equates M with "milli", when it means "mega" everywhere else. Also what is mil = 25.4x1e-6 for? PCB dimensions?

Anyway the intent was for this to be for the pythonic API, not SPICE.

from ahkab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.