mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 22:58:26 +02: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:
parent
5c6ffda94b
commit
03e1fde48c
4
boom/dist/dk/stackpole-rmcf.catq
vendored
4
boom/dist/dk/stackpole-rmcf.catq
vendored
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user