Pinscope open-source core
Agentic schematic validation: datasheet extraction via Claude Console Skills, netlist/BOM design graph, per-IC direct datasheet review with page citations, capacitor derating, Next.js report UI. Extracted from the Pinscope cloud codebase. Auth and billing live in the private gateway repo behind stable seams (billing_hook.py, adapter files listed in CLAUDE.md).
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "switch",
|
||||
"specs": [
|
||||
{"name": "voltage_rating_v", "description": "Maximum rated voltage", "unit": "V"},
|
||||
{"name": "current_rating_a", "description": "Maximum rated current", "unit": "A"}
|
||||
],
|
||||
"subtypes": {
|
||||
"switch.tactile": {
|
||||
"description": "Tactile push-button switch",
|
||||
"extra_specs": [
|
||||
{"name": "contact_configuration", "description": "Contact arrangement (e.g. SPST-NO, SPST-NC)"}
|
||||
]
|
||||
},
|
||||
"switch.dip": {
|
||||
"description": "DIP switch",
|
||||
"extra_specs": [
|
||||
{"name": "positions", "description": "Number of independent switch positions"},
|
||||
{"name": "contact_configuration", "description": "Contact arrangement per position (e.g. SPST)"}
|
||||
]
|
||||
},
|
||||
"switch.slide": {
|
||||
"description": "Slide switch",
|
||||
"extra_specs": [
|
||||
{"name": "contact_configuration", "description": "Contact arrangement (e.g. SPDT, DPDT)"}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user