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

关键词

搜索

型号

搜索

1410K1000272MCBE03

产品描述Feed Through Capacitor, 2 Function(s), 100V, EIA STD PACKAGE SIZE 1410
产品类别模拟混合信号IC    过滤器   
文件大小175KB,共4页
制造商Syfer
下载文档 详细参数 全文预览

1410K1000272MCBE03概述

Feed Through Capacitor, 2 Function(s), 100V, EIA STD PACKAGE SIZE 1410

1410K1000272MCBE03规格参数

参数名称属性值
Reach Compliance Codecompli
ECCN代码EAR99
其他特性FLEXICAP TERMINATION
电容2700 µF
滤波器类型FEED THROUGH CAPACITOR
高度2 mm
最小绝缘电阻10000 MΩ
JESD-609代码e3
长度3.6 mm
制造商序列号X2Y
安装类型SURFACE MOUNT
功能数量2
最高工作温度125 °C
最低工作温度-55 °C
包装方法BULK
物理尺寸L3.6XB2.5XH2.0 (mm)/L0.142XB0.098XH0.079 (inch)
额定电压100 V
端子面层MATTE TIN
宽度2.5 mm
Base Number Matches1

文档预览

下载PDF文档
Integrated
Passive Components
Balanced Line EMI Chip
X2Y
The Syfer Balanced Line Chip is a 3 terminal EMI chip device. The
revolutionary design provides simultaneous line-to-line and line-to-
ground filtering, using a single ceramic chip. In this way, differential
and common mode filtering are provided in one device. Capable of
replacing 2 or more conventional devices, it is ideal for balanced lines,
twisted pairs and dc motors, in automotive, audio, sensor and other
applications.
These filters can prove invaluable in meeting stringent EMC demands
particularly in automotive applications.
Specifications
Dielectric
Electrical Configuration
Capacitance Measurement
Typical Capacitance Matching
Temperature Rating
Dielectric Withstand Volage
Insulation Resistance
Termination Material
X7R or C0G/NP0
Multiple capacitance
At 1000hr point
Better than 5%
-55°C to 125°C
2.5 x Rated Volts for 5 secs.
Charging current limited to 50mA Max.
100Gohms or 1000s (whichever is the less)
100% matte tin over nickel
L
T
Advantages
Replaces 2 or 3 capacitors with one device
Matched capacitance line to ground on both lines
Low inductance due to cancellation effect
Capacitance line to line
Differential and common mode attenuation
Effects of temperature and voltage variation eliminated
Effect of ageing equal on both lines
High current capability
W
L1
L2
INPUT 1
A
C1
GROUND
C1
C2
A
Applications
Balanced lines
Twisted pairs
EMI Suppression on DC motors
Sensor/transducer applications
Wireless communications
Audio
INPUT 2
B
B
Chip
Size
0603*
0805
1206
1410
1812
2220
L
1.6±0.2 (0.063±0.008)
2.0±0.3 (0.08±0.012)
3.2±0.3 (0.126±0.012)
3.6±0.3 (0.14±0.012)
4.5±0.35 (0.18±0.014)
5.7±0.4 (0.22±0.016)
W
0.8±0.2 (0.03±0.008)
1.25±0.2 (0.05±0.008)
1.60±0.2 (0.063±0.008)
2.5±0.3 (0.1±0.012)
3.2±0.3 (0.126±0.012)
5.0±0.4 (0.2±0.016)
T
0.5±0.15 (0.02±0.006)
1.0±0.15 (0.04±0.006)
1.1±0.2 (0.043±0.008)
2 max. (0.08 max.)
2 max. (0.08 max.)
2.5 max. (0.1 max.)
L1
0.3±0.2 (0.012±0.008)
0.5±0.25 (0.02±0.01)
0.95±0.3 (0.037±0.012)
1.20±0.3 (0.047±0.012)
1.5±0.35 (0.06±0.014)
2.25±0.4 (0.09±0.016)
L2
0.2±0.1 (0.008±0.004)
0.3±0.15 (0.012±0.006)
0.5±0.25 (0.02±0.01)
0.5±0.25 (0.02±0.01)
0.5±0.25 (0.02±0.01)
0.75±0.25 (0.03±0.01)
Recommended Solder Lands
Insertion Loss Characteristics (common mode)
Typical 50 ohm system
80
220nF
4.7nF
2.2nF
1nF
470pF
220pF
100pF
47pF
22pF
B
C
A
Insertion Loss (dB)
60
100nF
47nF
22nF
D
40
10nF
Chip Size
0603*
0805
1206
1410
1812
2220
A
0.6 (0.024)
0.95 (0.037)
1.2 (0.047)
2.05 (0.08)
2.65 (0.104)
4.15 (0.163)
Dimensions mm (inches)
B
C
D
0.6 (0.024) 0.4 (0.016) 0.2 (0.008)
0.9 (0.035) 0.3 (0.012) 0.4 (0.016)
0.9 (0.035) 0.6 (0.024) 0.8 (0.03)
1.0 (0.04) 0.7 (0.028) 0.9 (0.035)
1.4 (0.055) 0.8 (0.03) 1.4 (0.055)
1.4 (0.055) 1.2 (0.047) 1.8 (0.071)
20
0
0.1
1
10
100
1000
Frequency (MHz)
*
The 0603 chip size is a development item. All technical information should
be considered provisional and subject to change. Refer to Sales office.
FILTSMX2Y.ver2
notes
pinmux设置
当我用pinmux配置软件设置引脚功能时,它会自动配置好IO 类型 是 PULLUP , PULLDOWN ,RXACTIVE等等。如果我要自己手动配置的话,我应该依据什么来确定把该引脚 设置成PULLUP PULLDOWN RXACTIVE ......
taohong 微控制器 MCU
volatile的影响?
以前使用volatile时,只是为了不让变量被优化每次都重新取值。昨天试了下这个函数,发现使用volatile和不使用volatile差别非常的大,如下: 使用volatile void delay(volatile u32 nCou ......
einsye stm32/stm8
能求积分么?
我刚注册,没有积分下载东西,想上传,但是这边网速又非常的慢。。。哎,这边还有什么其它方法能够快速赚取积分么?请各位大牛们不吝赐教!...
fisheran 下载中心专版
请问各位老师在这个开关电源上这些二极管是啥用途的作用分别是??
各位老师,早上好,小弟刚学开关电源,想请教下这个几个二极管分别作用是? D2 MBR20200CT ? D3 FR107/1000V ? D4 1N4148 ? D5 FR107 ? D6 1N4148 ? 非常感谢!! ...
benny512 电源技术
【我给XILINX资源中心做贡献】给大家介绍一个Xilinx文档导航器
最近下载了一个Xilinx文档导航器,安装了这个软件,发现找Xilinx的文档很方便!63914...
小煜 FPGA/CPLD
问个很简单的问题stm32怎样加密啊?
rt!还有现在大陆有stm32f103xcde销售吗,价位怎样?谢谢!...
lj1978 stm32/stm8

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 975  401  1365  2853  1949  20  9  28  58  40 

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