mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
For consistency, renamed captol.inc to ctol.inc. Rs now use rtol.inc instead of
tol.inc. - lib/captol.inc: renamed to ctol.inc, for consistency with rtol.inc - boom/manu/avx/avx.gen, boom/manu/johanson/johanson.gen, boom/manu/murata/murata.gen, boom/manu/tdk/tdk.gen, boom/manu/yageo/yageo.gen: use ctol.inc instead of captol.inc - boom/manu/panasonic/panasonic.gen, boom/manu/stackpole/stackpole.gen, boom/manu/yageo/yageo.gen: use rtol.inc insteas of tol.inc
This commit is contained in:
@@ -6,7 +6,7 @@ RMCF* -> T=R {
|
||||
RMCF(????)(?)(?)([0-9R][0-9RKM][0-9RKM][0-9RKM]) ->
|
||||
FP=$REF:1 _TOL=$REF:2 _R=$REF:4
|
||||
|
||||
include ../../lib/tol.inc
|
||||
include ../../lib/rtol.inc
|
||||
|
||||
# all TC are worst case
|
||||
FP=0201 -> P=1/20W V=25V TC=600ppm/K
|
||||
@@ -28,7 +28,7 @@ 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
|
||||
include ../../lib/rtol.inc
|
||||
|
||||
FP=0402 -> P=1/10W V=50V TC=100ppm/K
|
||||
FP=0603 -> P=1/8W V=150V TC=100ppm/K
|
||||
|
||||
Reference in New Issue
Block a user