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

关键词

搜索

型号

搜索

TBJA475K004CRST0745

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

TBJA475K004CRST0745概述

Tantalum Capacitor, Polarized, Tantalum (dry/solid), 4V, 10% +Tol, 10% -Tol, 4.7uF, 1206

TBJA475K004CRST0745规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
厂商名称AVX
包装说明, 1206
Reach Compliance Codecompliant
ECCN代码EAR99
电容4.7 µF
电容器类型TANTALUM CAPACITOR
介电材料TANTALUM (DRY/SOLID)
ESR8000 mΩ
高度1.6 mm
JESD-609代码e3
长度3.2 mm
制造商序列号TBJ
负容差10%
端子数量2
最高工作温度125 °C
最低工作温度-55 °C
封装形式SMT
包装方法TR, 7 Inch
极性POLARIZED
正容差10%
额定(直流)电压(URdc)4 V
参考标准MIL-PRF-55365/8
系列TBJ
尺寸代码1206
端子面层Matte Tin (Sn)
宽度1.6 mm

文档预览

下载PDF文档
TBJ Series
CWR11 - MIL-PRF-55365/8
Established Reliability, COTS-Plus & Space Level
For Space Level applications, AVX
SRC9000 qualification is recommend-
ed (see ratings table for part number
availability).
There are four termination finishes
available: solder plated, fused solder
plated, hot solder dipped and gold
plated (these are “H”, “K”, “C”
and “B” termination, respectively, per
MIL-PRF-55365).
The molding compound has been
selected to meet the requirements of
UL94V-0 (Flame Retardancy) and
outgassing requirements of NASA
SP-R-0022A.
Fully qualified to MIL-PRF-55365/8,
the CWR11 is the military version of
EIA-535BAAC, with four case sizes
designed for maximum packaging
efficiency on 8mm & 12mm tape for
high volume production (ensuring no
TCE mismatch with any substrate).
This construction is compatible with a
wide range of SMT board assembly
processes including wave or reflow
solder, conductive epoxy or compres-
sion bonding techniques. The part also
carries full polarity, capacitance / voltage
and JAN brand marking.
The series is qualified to MIL-PRF-
55365 Weibull “B”, “C”, “D” and “T”
levels, with all surge options (“A”, “B” &
“C”) available.
L
W
H
A
S
A
W
1
CASE DIMENSIONS:
millimeters (inches)
Case
Code
A
B
EIA
Metric
3216-18
3528-21
6032-28
7343-31
Length (L)
3.20±0.20
(0.126±0.008)
3.50±0.20
(0.138±0.008)
6.00±0.30
(0.236±0.012)
7.30±0.30
(0.287±0.012)
Width (W)
Height (H)
Term. Width (W
1
)
±0.10 (±0.004)
1.20 (0.047)
2.20 (0.087)
2.20 (0.087)
2.40 (0.094)
Term. Length A
±0.30(±0.012)
0.80 (0.031)
0.80 (0.031)
1.30 (0.051)
1.30 (0.051)
S min
1.80 (0.071)
1.40 (0.055)
2.90 (0.114)
4.40 (0.173)
1.60±0.20
1.60±0.20
(0.063±0.008) (0.063±0.008)
2.80±0.20
1.90±0.20
(0.110±0.008) (0.075±0.008)
3.20±0.30
2.50±0.30
(0.126±0.012) (0.098±0.012)
4.30±0.30
2.80±0.30
(0.169±0.012) (0.110±0.012)
MARKING
(Brown marking on gold body)
Polarity Stripe (+)
C
“J” for “JAN” Brand
Capacitance Code
Rated Voltage
Manufacturer’s ID
D
CAPACITANCE AND RATED VOLTAGE, V
R
(MIL VOLTAGE CODE) RANGE
CASE SIZE
Capacitance
μF
Code
0.10
104
0.15
154
0.22
224
0.33
334
0.47
474
0.68
684
1.0
105
1.5
155
2.2
225
3.3
335
4.7
475
6.8
685
10
106
15
156
22
226
33
336
47
476
68
686
100
107
150
157
220
227
330
337
4V (C)
6V (D)
10V (F)
Rated voltage DC (V
R
) to 85ºC
15V (H)
20V (J)
25V (K)
35V (M)
A
A
A
A
B
B
B
C
C
C
D
D
50V (N)
A
B
B
B
C
C
C
D
D
D
D
A
A
B
B
B
C
D
D
A
A
A
B
B
B
C
C
D
D
A
A
A
B
B
B
C
D
D
A
A
A
B
B
B
C
D
D
A
A
A
B
B
B
C
C
D
D
A
A
B
B
B
C
C
C
D
D
D
MARCH 2013
25
【求助】为什么会出现 Error[Pe065] & Warning[Pe012]
我的程序: #include<msp430x14x.h> unsigned char DispBuf={0,1,2,3}; unsigned char seg={0x60,0x01,0x0c,0x80}; void DELAY(unsigned int DTime) { while(DTime!=0) DTime--; } ......
sanwa_chen 微控制器 MCU
求教Windows CE4.2 开发的几个基础问题,高分提问。。。。
最近要在WindowCE4.2平台上进行开发,痛苦的是没有相应的SDK,只知道该PDA的CPU是IntelPXA255的(通过查看属性显示的),如果采用标准的SDK发现无法使用MFC,如果用Mobile2003的SDK则提示“找不 ......
zhuhao0914 嵌入式系统
evc DirectDraw 中DirectDrawCreate创建失败
LPDIRECTDRAW pDD = NULL; hRet = ::DirectDrawCreate(NULL, &pDD, NULL); 返回-2005532450 不知道什么原因? 高手指点啊。...
riscbbs 嵌入式系统
《AlientekSTM32原理图》--原理图pdf文档上传
原理图和PCB的pdf文档下载: ALIENTEK MiniSTM32开发板原理图与PCB.pdf (827.67 KB) 下载次数: 901 2010-11-10 00:28 下载 (178.81 KB) 2010 ......
HGP965 stm32/stm8
EEWORLD大学堂----linux操作系统之父
linux操作系统之父:https://training.eeworld.com.cn/course/4682Linus Torvalds 先生带来了两次技术革新——第一次是开发出Linux内核,驱动了因特网,第二次是开发出Git,一种源代码管理系统 ......
老白菜 单片机
我该如何再开始?
大家好!很高兴能够来到这里,与大家进行交流! 首先,我先做一下自我介绍:我是一名车辆工程的硕士,毕业已经近两年,本科专业是电子,研究生的课题是用MTALAB做的关于HEV的仿真。看到 ......
小陈 工作这点儿事

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1536  2310  2741  1748  1788  31  47  56  36  37 

器件索引   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