Resolve passives from catalog, BOM value, and Murata LQW18AN without an LLM.
Skip the model (and the credit gate) when LCSC/DigiKey already list C/V/Z, when the BOM value is a single R/C/L/FB token, or when the MPN is an LQW18AN inductor. Ferrite beads keep impedance, not invented henries; value-only specs stay out of the shared library. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
"passive.ferrite_bead": {
|
||||
"description": "Ferrite bead",
|
||||
"extra_specs": [
|
||||
{"name": "value_henries", "description": "Impedance at test frequency (stored as inductance proxy)", "unit": "H"},
|
||||
{"name": "impedance_ohm", "description": "Impedance at the test frequency", "unit": "ohm", "required": true},
|
||||
{"name": "current_rating_a", "description": "Rated current", "unit": "A"},
|
||||
{"name": "dcr_ohms", "description": "DC resistance", "unit": "ohm"}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user