1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-01 03:02:56 +03:00

Added Stackpole RNCP series of low TC resistors.

- boom/dist/dk/stackpole-rmcf.catq: include RNCP series as well
- boom/manu/stackpole/stackpole.gen: decode RNCP series
This commit is contained in:
Werner Almesberger 2010-10-17 17:35:23 -03:00
parent 5c6ffda94b
commit 03e1fde48c
2 changed files with 21 additions and 2 deletions

View File

@ -9,6 +9,8 @@
# Comment lines and empty lines are ignored.
#
STACKPOLE
rmcf
stackpole
Chip Resistor - Surface Mount
Series = RMC
Series = RNCP
Packaging = Cut Tape (CT)

View File

@ -3,7 +3,7 @@
# http://www.seielect.com/Catalog/SEI-RMC.pdf
RMCF* -> T=R {
RMCF(????)(?)(?)([0-9R][0-9RKM][0-9RKM])* ->
RMCF(????)(?)(?)([0-9R][0-9RKM][0-9RKM][0-9RKM]) ->
FP=$REF:1 _TOL=$REF:2 _R=$REF:4
include ../../lib/tol.inc
@ -19,6 +19,23 @@ RMCF* -> T=R {
FP=2512 -> P=1W V=200V TC=500ppm/K
}
# http://www.seielect.com/catalog/SEI-RNCP.pdf
#
# Updated to new numbers with a bit of guesswork.
#
RNCP* -> T=R {
RNCP(????)(?)(??)([0-9R][0-9RKM][0-9RKM][0-9RKM]) ->
FP=$REF:1 _TOL=$REF:2 _R=$REF:4
include ../../lib/tol.inc
FP=0402 -> P=1/10W V=50V TC=100ppm/K
FP=0603 -> P=1/8W V=150V TC=100ppm/K
FP=0805 -> P=1/4W V=200V TC=100ppm/K
FP=1206 -> P=1/2W V=200V TC=100ppm/K
}
# Adjust multipliers