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

关键词

搜索

型号

搜索

2225GC202KAZ3A

产品描述Ceramic Capacitor, Multilayer, Ceramic, 2000V, 10% +Tol, 10% -Tol, X7R, 15% TC, 0.002uF, Surface Mount, 2225, CHIP, ROHS COMPLIANT
产品类别无源元件    电容器   
文件大小52KB,共2页
制造商AVX
标准  
下载文档 详细参数 全文预览

2225GC202KAZ3A概述

Ceramic Capacitor, Multilayer, Ceramic, 2000V, 10% +Tol, 10% -Tol, X7R, 15% TC, 0.002uF, Surface Mount, 2225, CHIP, ROHS COMPLIANT

2225GC202KAZ3A规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
厂商名称AVX
包装说明, 2225
Reach Compliance Codecompliant
ECCN代码EAR99
电容0.002 µF
电容器类型CERAMIC CAPACITOR
介电材料CERAMIC
高度2.54 mm
JESD-609代码e3
长度5.72 mm
制造商序列号2225
安装特点SURFACE MOUNT
多层Yes
负容差10%
端子数量2
最高工作温度125 °C
最低工作温度-55 °C
封装形状RECTANGULAR PACKAGE
封装形式SMT
包装方法TR, 13 INCH
正容差10%
额定(直流)电压(URdc)2000 V
系列SIZE(FLEXITERM)HV
尺寸代码2225
表面贴装YES
温度特性代码X7R
温度系数15% ppm/°C
端子面层Matte Tin (Sn)
端子形状WRAPAROUND
宽度6.35 mm

文档预览

下载PDF文档
High Voltage MLC Chips FLEXITERM
®
For 600V to 3000V Applications
High value, low leakage and small size are difficult parameters to obtain
in capacitors for high voltage systems. AVX special high voltage MLC
chips capacitors meet these performance characteristics and are
designed for applications such as snubbers in high frequency power
converters, resonators in SMPS, and high voltage coupling/DC blocking.
These high voltage chip designs exhibit low ESRs at high frequencies.
To make high voltage chips, larger physical sizes than are normally
encountered are necessary. These larger sizes require that special pre-
cautions be taken in applying these chips in surface mount assemblies.
In response to this, and to follow from the success of the FLEXITERM
®
range of low voltage parts, AVX is delighted to offer a FLEXITERM
®
high
voltage range of capacitors, FLEXITERM
®
.
The FLEXITERM
®
layer is designed to enhance the mechanical flexure
and temperature cycling performance of a standard ceramic capacitor,
giving customers a solution where board flexure or temperature cycle
damage are concerns.
HOW TO ORDER
1808
AVX
Style
0805
1206
1210
1808
1812
1825
2220
2225
***
A
Voltage
600V/630V =
1000V =
1500V =
2000V =
2500V =
3000V =
C
A
S
G
W
H
C
272
K
A
Test Level
Z
Termination*
Z = FLEXITERM
®
100% Tin
(RoHS Compliant)
1
A
Temperature Capacitance Code Capacitance
Coefficient
(2 significant digits
Tolerance
C0G = A
+ no. of zeros)
C0G: J = ±5%
X7R = C
Examples:
K = ±10%
10 pF = 100
M = ±20%
100 pF = 101 X7R: K = ±10%
1,000 pF = 102
M = ±20%
22,000 pF = 223
Z = +80%,
220,000 pF = 224
-20%
1 μF = 105
Packaging
Special
1 = 7" Reel
Code
3 = 13" Reel A = Standard
9 = Bulk
Notes: Capacitors with X7R dielectrics are not intended for applications across AC supply mains or AC line filtering with polarity reversal. Contact plant for recommendations.
Contact factory for availability of Termination and Tolerance options for Specific Part Numbers.
***
AVX offers nonstandard chip sizes. Contact factory for details.
W
L
T
t
DIMENSIONS
SIZE
(L) Length
0805
1206
3.20 ± 0.20
(0.126 ± 0.008)
1.60 ± 0.20
(0.063 ± 0.008)
1.52
(0.060)
0.25 (0.010)
0.75 (0.030)
1210*
3.20 ± 0.20
(0.126 ± 0.008)
2.50 ± 0.20
(0.098 ± 0.008)
1.70
(0.067)
0.25 (0.010)
0.75 (0.030)
1808*
4.57 ± 0.25
(0.180 ± 0.010)
2.03 ± 0.25
(0.080 ± 0.010)
2.03
(0.080)
0.25 (0.010)
1.02 (0.040)
1812*
4.50 ± 0.30
(0.177 ± 0.012)
3.20 ± 0.20
(0.126 ± 0.008)
2.54
(0.100)
0.25 (0.010)
1.02 (0.040)
1825*
4.50 ± 0.30
(0.177 ± 0.012)
6.40 ± 0.30
(0.252 ± 0.012)
2.54
(0.100)
0.25 (0.010)
1.02 (0.040)
2.01 ± 0.20
(0.079 ± 0.008)
(W) Width
1.25 ± 0.20
(0.049 ± 0.008)
(T) Thickness
1.30
Max.
(0.051)
(t) terminal min. 0.50 ± 0.25
max. (0.020 ± 0.010)
*Reflow Soldering Only
millimeters (inches)
2220*
5.7 ± 0.40
(0.224 ± 0.016)
5.0 ± 0.40
(0.197 ± 0.016)
3.30
(0.130)
0.25 (0.010)
1.02 (0.040)
2225*
5.72 ± 0.25
(0.225 ± 0.010)
6.35 ± 0.25
(0.250 ± 0.010)
2.54
(0.100)
0.25 (0.010)
1.02 (0.040)
91
同步复位在VHDL中的两种表达方式
1. PROCESS(Clk) BEGIN IF (RST='1') THEN NULL; ELSIF CLK'EVENT AND CLK='1' THEN NULL; END IF; END PROCESS; 2. PROCESS(Clk,Rst) BEGIN ......
eeleader FPGA/CPLD
【LSM6DSOX的FSM有限状态机理解】--状态机简介
本帖最后由 justd0 于 2020-4-23 11:45 编辑 这几天看了看LSM6DSOX的有限状态机相关内容,从最开始一脸懵逼,到现在相对明白些。想必肯定有伙伴跟我也是一样的,收到开发板初步体验后,想要 ......
justd0 ST MEMS传感器创意设计大赛专区
brd文件转换
有没有大佬可以帮我把brd文件转为pcbdoc或者dxp,或者getber格式? ...
王立浩 PCB设计
使用Keil C调试的一些经验
使用Keil C调试的一些经验...
gzb211 单片机
VDD,VCC,VSS,VEE,VPP区别
VDD:电源电压(单极器件);电源电压(4000系列数字电 路);漏极电压(场效应管) VCC:电源电压(双极器件);电源电压(74系列数字电路);声控载波(Voice Controlled Carrier) VSS:地 ......
xtss 嵌入式系统
开关电源监控系统的设计
开关电源监控系统的设计 摘要 :介绍了一种由一台计算机实时监控多台大功率开关电源的实现方案,采用了RS?232C和RS?485双串行通信总线标准接口,实现了计算机可以实时采样和设置电源输出电压、 ......
zbz0529 电源技术

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2709  1473  1438  2073  774  39  21  52  10  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