-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add a way to skip parameters in categories #54
Comments
Btw I'd like to help on things like this, I'm not just asking for you to do something, but you gotta approve it first. |
The categories and parameters in my config are mainly based on DigiKey's structure. And regarding that specific example, DigiKey indeed specifies Anyways, regarding the feature suggestion: I have actually come across a case in my configuration where this could have been useful, but the format generally works without it. You'll just have to define the parameters further down the category tree. I'm not per se against this feature, but I fear that it might be pretty confusing. |
After thinking about this a little more, I guess it wouldn't really hurt much to implement this and it might makes configuration easier in some cases. Regarding the naming, |
(Oh also, offtopic: Did you receive my e-mail reply btw? I had some issues with the DNS settings for my mail server the first time I sent it ^^) |
Hey, I got your e-mail! Yeah, I agree with this, hopefully I'll find time soon to make an MR. Also off topic here: I'm also considering ways of incorporating the template part / variant functionality to have generic parts. I'll write an issue about it when I investigate it a bit further. I'm currently doing an important project that uses your tool + Inventree, I want to see it through before suggesting any new functionality; I need to get a feel for how it works in real use. |
I might also be able to give it a shot if I find some time. I think this should require pretty minimal changes, like 10 lines or so at max.
Definitely check out #20 (comment) if you do. That's the kind of functionality that I'd think makes the most sense here (probably with slightly different naming though).
Cool! Let me know if you run into any issues. |
This has been implemented in |
Using your config, let's look at
Operational Amplifiers
. They're a subgroup ofAmplifiers
, which is a subgroup ofIntegrated Circuits
. SinceAmplifiers
specifySupply Current
, whenever you're importing an opamp (say, aTL072
), you'll be asked forSupply Current
which is not really something listed in opamp datasheets.It'd be nice if there was an
_omit_parameters
field to ignore these things.The text was updated successfully, but these errors were encountered: