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

关键词

搜索

型号

搜索

TBJA334J025CBMB0945

产品描述Tantalum Capacitors - Solid SMD
产品类别无源元件   
文件大小158KB,共4页
制造商AVX
下载文档 详细参数 全文预览

TBJA334J025CBMB0945在线购买

供应商 器件名称 价格 最低购买 库存  
TBJA334J025CBMB0945 - - 点击查看 点击购买

TBJA334J025CBMB0945概述

Tantalum Capacitors - Solid SMD

TBJA334J025CBMB0945规格参数

参数名称属性值
Product AttributeAttribute Value
制造商
Manufacturer
AVX
产品种类
Product Category
Tantalum Capacitors - Solid SMD

文档预览

下载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
APRIL 2014
31
有趣的程序
#include<reg52.h> sbit P0_1=P0^1; main() { P0_1=1; } 为什么仿真P0_1脚一直为高电平。 照程序来,执行P0_1=1后应该为低电平了啊!!...
lml198694 单片机
【连载】【ALIENTEK 战舰STM32开发板】STM32开发指南-第十二章 窗口看门狗实验
第十二章 窗口门狗(WWDG)实验 这一章,我们将向大家介绍如何使用STM32的另外一个看门狗,窗口看门狗(以下简称WWDG)。在本章中,我们将使用窗口看门狗的中断功能来喂狗,通过DS ......
正点原子 stm32/stm8
求助 为什么我的inf文件在win2000中可用!在xp中就不能发现硬件设备呢?急急急急!谢谢!
求助 在xp中 PCI驱动安装“Windows无法为这个设备找到驱动程序”??? 请各位DX帮帮忙吧! 偶的inf在win2000 中正常,但在xp中提示“无硬件信息”(在手动安装inf文件时出现),但 ......
alongzy 嵌入式系统
主辅电源切换电路
想做一个双电源切换电路,是不是用这样两个两个二极管就可以实现啊 ...
xxhhzz 电源技术
放条狗 for esp8266
代码如下: import machine as mc class WDOG(): def __init__(self): self.timer = mc.Timer(-1) self.fed = False def feed(self): self.fed = True def w ......
youxinweizhi MicroPython开源版块
数字温度控制器的设计
采用AT89C51单片机作为控制器,用DS18B20数字温度传感器进行温度检测,根据温度控制驱动直流电机的PWM波的占空比从而控制电机转速, 用1602液晶显示当前温度和PWM波占空比。当温度在25℃~28℃ ......
晴天余霞 51单片机

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 954  240  1323  785  1826  9  39  30  50  14 

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