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

关键词

搜索

型号

搜索

LD166C473MAB4A

产品描述Ceramic Capacitor, Multilayer, Ceramic, 6.3V, 20% +Tol, 20% -Tol, X7R, 15% TC, 0.047uF, Surface Mount, 0306, CHIP
产品类别无源元件    电容器   
文件大小539KB,共2页
制造商AVX
下载文档 详细参数 全文预览

LD166C473MAB4A概述

Ceramic Capacitor, Multilayer, Ceramic, 6.3V, 20% +Tol, 20% -Tol, X7R, 15% TC, 0.047uF, Surface Mount, 0306, CHIP

LD166C473MAB4A规格参数

参数名称属性值
是否无铅含铅
是否Rohs认证不符合
厂商名称AVX
包装说明CHIP
Reach Compliance Code_compli
ECCN代码EAR99
电容0.047 µF
电容器类型CERAMIC CAPACITOR
介电材料CERAMIC
高度0.61 mm
JESD-609代码e0
长度0.81 mm
安装特点SURFACE MOUNT
多层Yes
负容差20%
端子数量2
最高工作温度125 °C
最低工作温度-55 °C
封装形状RECTANGULAR PACKAGE
封装形式SMT
包装方法TR, PAPER, 13 INCH
正容差20%
额定(直流)电压(URdc)6.3 V
尺寸代码0306
表面贴装YES
温度特性代码X7R
温度系数15% ppm/°C
端子面层Tin/Lead (Sn/Pb) - with Nickel (Ni) barrie
端子形状WRAPAROUND
宽度1.6 mm

文档预览

下载PDF文档
Low Inductance Capacitors
with SnPb Terminations
LD16/LD17/LD18 Tin-Lead Termination “B”
GENERAL DESCRIPTION
The key physical characteristic determining equivalent series inductance
(ESL) of a capacitor is the size of the current loop it creates. The smaller
the current loop, the lower the ESL.
A standard surface mount MLCC is rectangular in shape with electrical
terminations on its shorter sides. A Low Inductance Chip Capacitor
(LICC) sometimes referred to as Reverse Geometry Capacitor (RGC) has
its terminations on the longer sides of its rectangular shape. The image
on the right shows the termination differences between an MLCC and an
LICC.
When the distance between terminations is reduced, the size of the current
loop is reduced. Since the size of the current loop is the primary driver of
inductance, an 0306 with a smaller current loop has significantly lower
ESL then an 0603. The reduction in ESL varies by EIA size, however, ESL
is typically reduced 60% or more with an LICC versus a standard MLCC.
AVX LICC products are available with a lead termination for high reliability
military and aerospace applications that must avoid tin whisker reliability
issues.
MLCC
LICC
PERFORMANCE CHARACTERISTICS
Capacitance Tolerances
Operation
Temperature Range
Temperature Coefficient
Voltage Ratings
Dissipation Factor
Insulation Resistance
(@+25°C, RVDC)
K = ±10%; M = ±20%
X7R = -55°C to +125°C
X5R = -55°C to +85°C
X7S = -55°C to +125°C
X7R, X5R = ±15%; X7S = ±22%
4, 6.3, 10, 16, 25 VDC
4V, 6.3V = 6.5% max; 10V = 5.0% max;
16V = 3.5% max; 25V = 3.0% max
100,000MΩ min, or 1,000MΩ per μF
min.,whichever is less
HOW TO ORDER
LD18
Size
LD16 = 0306
LD17 = 0508
LD18 = 0612
Z
Voltage
4 = 4V
6 = 6.3V
Z = 10V
Y = 16V
3 = 25V
5 = 50V
D
Dielectric
C = X7R
D = X5R
W = X6S
Z = X7S
105
Capacitance
Code (In pF)
2 Sig. Digits +
Number of Zeros
M
Capacitance
Tolerance
K = ±10%
M = ±20%
A
Failure Rate
A = N/A
B
Terminations
B = 5% min lead
2
Packaging
Available
2 = 7" Reel
4 = 13" Reel
A*
Thickness
Thickness
mm (in)
0.56 (0.022)
0.76 (0.030)
1.02 (0.040)
1.27 (0.050)
*See the thickness tables on the next page.
NOTE: Contact factory for availability of Termination and Tolerance Options for Specific Part Numbers.
TYPICAL IMPEDANCE CHARACTERISTICS
78
041416
怎样写频率可变的方波程序啊,STC89C52
#include //包含头文件,一般情况不需要改动,头文件包含特殊功能寄存器的定义 sbit OUT=P2^3; //定义OUT输出端口 sbit KEY=P1^2; void Init_Timer0(void) { TMOD |= 0x01; //使用模 ......
sherry32 51单片机
关于IGBT驱动电路绝缘间距的问题
各位前辈,想问一个问题。 我在给英飞凌的IGBT模块设计驱动电路时,关于大电压绝缘的问题,没有想明白。IGBT是1200V/75A的sixpack的模块,封装是引脚插针形式的。那么每一个IGBT的g极和e极之间 ......
囚徒困境 PCB设计
求助USB设备读取数据
我现在要从一个USB口的条码扫描器中读取数据,我在它的设备管理器中找到它的物理设备名称为\Device\USBPDO-10 但是我用hDevice = CreateFile(TEXT("\\\\.\\Device\\USBPDO-10"), // drive to o ......
mati1111 嵌入式系统
关于24C64问题
我写了4组数据到AT24C64中,每次连续写8个字节,结果前三组数据无误,但第四组数据读出来与写进时不一样,不知为什么,请教高手!...
swimmcat 嵌入式系统
DSP之信号采集通用输入/输出端口GPIO
GPIO口概述 TMS320VC5510提供了8个专门的通用输入/输出引脚IO0~IO7,每个引脚的方向可以由I/O方向寄存器IODIR独立地配置,引脚上的输入/输出逻辑状态由I/O数据寄存器IODATA反映,见 ......
fish001 DSP 与 ARM 处理器
UCOS2 任务设计方法及注意点
1. 任务分为单次执行类,周期执行类,事件触发类。对于三类的详细介绍。 2. 任务中优先级的分配原则和方法...
wzdxchenqingfu 实时操作系统RTOS

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 350  1912  2017  2534  1579  19  55  26  52  51 

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