电子工程世界电子工程世界电子工程世界

关键词

搜索

型号

搜索

TBJB156K004CBB0845

产品描述Tantalum Capacitor, Polarized, Tantalum (dry/solid), 4V, 10% +Tol, 10% -Tol, 15uF, Surface Mount, 1411, CHIP
产品类别无源元件    电容器   
文件大小112KB,共8页
制造商AVX
下载文档 详细参数 全文预览

TBJB156K004CBB0845概述

Tantalum Capacitor, Polarized, Tantalum (dry/solid), 4V, 10% +Tol, 10% -Tol, 15uF, Surface Mount, 1411, CHIP

TBJB156K004CBB0845规格参数

参数名称属性值
是否无铅含铅
是否Rohs认证不符合
厂商名称AVX
包装说明, 1411
Reach Compliance Codecompliant
ECCN代码EAR99
电容15 µF
电容器类型TANTALUM CAPACITOR
介电材料TANTALUM (DRY/SOLID)
JESD-609代码e0
漏电流0.0006 mA
制造商序列号TBJ
安装特点SURFACE MOUNT
负容差10%
端子数量2
最高工作温度125 °C
最低工作温度-55 °C
封装形状RECTANGULAR PACKAGE
包装方法BULK
极性POLARIZED
正容差10%
额定(直流)电压(URdc)4 V
尺寸代码1411
表面贴装YES
Delta切线6.0
端子面层Tin/Lead (Sn/Pb) - with Nickel (Ni) barrier
端子形状J BEND

文档预览

下载PDF文档
TBJ Series
COTS-Plus
This series features:
• CWR11 form factor in Standard and
Extended ratings.
• Low ESR Ratings (Cases A through E).
• Extended Case size (E) for ratings to
470 µF.
• Weibull Reliability Grading and Surge
Test options.
All ratings in this series offer the
advantages of molded body/compliant
termination construction, polarity,
capacitance and voltage marking. The
molded construction is compatible with
a wide range of SMT board assembly
processes including wave or reflow
solder, conductive epoxy or compres-
sion bonding techniques.
CASE DIMENSIONS:
millimeters (inches)
L
W
Code
A
EIA
Code
3216-18
3528-21
6032-28
7343-31
7343-43
7361-38
L±0.20 (0.008)
3.20 (0.126)
3.50 (0.138)
6.00 (0.236)
7.30 (0.287)
7.30 (0.287)
7.30 (0.287)
W+0.20 (0.008)
–0.10 (0.004)
1.60 (0.063)
2.80 (0.110)
3.20 (0.126)
4.30 (0.169)
4.30 (0.169)
6.10 (0.240)
H+0.20 (0.008)
–0.10 (0.004)
1.60 (0.063)
1.90 (0.075)
2.60 (0.102)
2.90 (0.114)
4.10 (0.162)
3.45±0.30
(0.136±0.012)
W1 ±0.20
(0.008)
1.20 (0.047)
2.20 (0.087)
2.20 (0.087)
2.40 (0.094)
2.40 (0.094)
3.10 (0.120)
A+0.30 (0.012)
–0.20 (0.008)
0.80 (0.031)
0.80 (0.031)
1.30 (0.051)
1.30 (0.051)
1.30 (0.051)
1.40 (0.055)
S Min.
1.10 (0.043)
1.40 (0.055)
2.90 (0.114)
4.40 (0.173)
4.40 (0.173)
4.40 (0.173)
H
B
C
D
A
S
A
W
1
E
V
MARKING (Military
(Brown marking on gold body)
MARKING
(Brown marking on gold body)
Polarity stripe (+)
“J” for “JAN” Brand
Capacitance Code
Rated Voltage
Manufacturer’s ID
Polarity Stripe (+)
Capacitance Code
Rated Voltage
Manufacturer’s ID
Lot Number
HOW TO ORDER
TBJ
Type
D
Case
Size
227
Capacitance
Code
pF code:
1st two digits
represent
significant
figures 3rd digit
represents
multiplier
(number of zeros
to follow)
*
Capacitance
Tolerance
M = ±20%
K = ±10%
J = ±5%
006
Voltage
Code
004 = 4Vdc
006 = 6Vdc
010 = 10Vdc
016 = 16Vdc
020 = 20Vdc
025 = 25Vdc
035 = 35Vdc
050 = 50Vdc
C
Standard or
Low ESR
Range
C = Std ESR
L = Low ESR
#@
Qualification/
Reliability
# = Inspection Level
S = Std. Conformance
L = Group A
@ = Failure Level
Weibull:
B = 0.1%/1000 hrs.
C = 0.01%/ 1000 hrs.
(90% conf.)
Comm: Z = Non ER
00
++
Packaging
B = Bulk
R = 7" T&R
S = 13" T&R
TECHNICAL SPECIFICATIONS
Technical Data:
Capacitance Range:
Capacitance Tolerance:
Rated Voltage: (V
R
)
Category Voltage: (V
C
)
Surge Voltage: (V
S
)
Temperature Range:
Unless otherwise specified, all technical
0.1 µF to 1000 µF
±5%; ±10%; ±20%
4
6
10
16
2.7
4
7
10
5.2
8
13
20
3.4
5
8
12
-55°C to +125°C
Termination
Surge Test
Finish
Option
09 = Gold Plated
00 = None
08 = Hot Solder
23 = 10 cycles,
Dipped
+25°C
07 = 100% Tin
24 = 10 cycles,
00 = Solder Fused
-55°C &
+85°C
45 = 10 cycles,
-55ºC &
+85ºC
before
Weibull
data relate to an ambient temperature of 25°C
85°C:
125°C:
85°C:
125°C:
20
13
26
16
25
17
32
20
35
23
46
28
50
33
65
40
82
对于这句C语言的理解???
在TI例程中的头文件中有这么一句话: #ifdef __cplusplus extern \"C\" { #endif ... ... ... #ifdef __cplusplus } #endif /* extern \"C\" */ 这到底是什么意思?? ......
果果女 模拟与混合信号
嵌入式linux需要掌握的知识
马上大4了,还有半年时间就要找工作了 一直在考虑就业的问题,但是不知道企业究竟要什么人才,我想做的方向就是嵌入式linux。 我自己有一块山寨版的S3c2440 现在的水平最多就是写写led这样的 ......
charls252 Linux开发
高精度数据采集仪
基于MSP430的高精度数据采集仪...
taburiss001 微控制器 MCU
STM可以在flash中调试吗
STM可以在flash中调试吗.如果可以要怎样设置,有没有相关资料啊,能不能给我一份,谢谢你们了...
asdfjkl12345 stm32/stm8
电子报警器 接口技术(源代码)
谁那有接口技术课设 电子报警器的源代码!!感谢啊!!内容如下: 设想制作一个防盗器件。具体要求:按动键盘某任一数字键使得内扬声器发出警报声,使得8个LED指示灯忽明忽暗,并通过液晶显示 ......
09930051321 嵌入式系统
低功耗蓝牙UUID三种格式转换
熟悉BLE技术同学应该对UUID不陌生,服务、特征值、描述都是有UUID格式定义。 蓝牙广播中对服务UUID格式定义都有三种16 bit UUID、32 bit UUID、128 bit UUID。 但是熟悉安卓开发的小 ......
fish001 无线连接

技术资料推荐更多

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2297  2658  495  1519  1172  47  54  10  31  24 

器件索引   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved