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

关键词

搜索

型号

搜索

VJ1206A5R6CFAMC

产品描述CAPACITOR, CERAMIC, MULTILAYER, 50 V, C0G, 0.0000056 uF, SURFACE MOUNT, 1206, CHIP, ROHS COMPLIANT
产品类别无源元件    电容器   
文件大小73KB,共6页
制造商Vishay(威世)
官网地址http://www.vishay.com
标准  
下载文档 详细参数 全文预览

VJ1206A5R6CFAMC概述

CAPACITOR, CERAMIC, MULTILAYER, 50 V, C0G, 0.0000056 uF, SURFACE MOUNT, 1206, CHIP, ROHS COMPLIANT

VJ1206A5R6CFAMC规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
厂商名称Vishay(威世)
包装说明, 1206
Reach Compliance Codecompliant
ECCN代码EAR99
电容0.0000056 µF
电容器类型CERAMIC CAPACITOR
介电材料CERAMIC
JESD-609代码e4
制造商序列号VJ
安装特点SURFACE MOUNT
多层Yes
负容差4.46%
端子数量2
最高工作温度125 °C
最低工作温度-55 °C
封装形状RECTANGULAR PACKAGE
包装方法TR, PAPER, 7 INCH
正容差4.46%
额定(直流)电压(URdc)50 V
尺寸代码1206
表面贴装YES
温度特性代码C0G
温度系数-/+30ppm/Cel ppm/°C
端子面层Silver/Palladium (Ag/Pd)
端子形状WRAPAROUND

文档预览

下载PDF文档
VJ C0G (NP0) Dielectric
Vishay Vitramon
Surface Mount Multilayer Ceramic Chip Capacitors
for Commercial Applications
FEATURES
C0G is an ultra-stable dielectric offering a
Temperature Coefficient of Capacitance (TCC)
of 0 ppm/°C ± 30 ppm/°C
Low Dissipation Factor (DF)
Surface mount, wet build process
Reliable Noble Metal Electrode (NME) system
Halogen-free according to IEC 61249-2-21
APPLICATIONS
Timing and tuning circuits
Sensor and scanner applications
Snubber and surge suppression
ELECTRICAL SPECIFICATIONS
Note:
Electrical characteristics at + 25 °C unless otherwise specified
Operating Temperature:
- 55 °C to + 150 °C
Capacitance Range:
1.0 pF to 0.056 µF
Voltage Range:
10 Vdc to 1000 Vdc
Temperature Coefficient of Capacitance (TCC):
0 ppm/°C ± 30 ppm/°C from - 55 °C to + 125 °C
Dissipation Factor (DF):
0.1 % maximum at 1.0 V
rms
and 1 kHz for values > 1000 pF
0.1 % maximum at 1.0 V
rms
and 1 MHz for values
1000 pF
Aging Rate:
0 % maximum per decade
Insulation Resistance (IR):
At + 25 °C and rated voltage 100 000 MΩ minimum or
1000
ΩF,
whichever is less
At + 125 °C and rated voltage 10 000 MΩ minimum or
100
ΩF,
whichever is less
Dielectric Strength Test:
Performed per Method 103 of EIA 198-2-E.
Applied test voltages:
200 % of rated voltage
500 Vdc-rated:
630 Vdc/1000 Vdc-rated: 150 % of rated voltage
ORDERING INFORMATION
VJ0805
CASE
CODE
0402
0603
0805
1206
1210
1808
1812
1825
2220
2225
A
DIELECTRIC
A = C0G (NP0)
102
CAPACITANCE
NOMINAL CODE
K
CAPACITANCE
TOLERANCE
A
DC VOLTAGE
TERMINATION
RATING
(1)
X = Ni barrier
100 % tin plate
matte finish
F = AgPd
B = Polymer
100 % tin plate
matte finish
(5)
X = 25 V
A = 50 V
B = 100 V
C = 200 V
E = 500 V
L = 630 V
G = 1000 V
X
A
MARKING
A = Unmarked
M = Marked
Note:
Marking is
only available for
0805 and 1206
with termination
code ”X”
###
(2)(4)
PROCESS
PACKAGING
CODE
T
B = ± 0.10 pF
Expressed in
C = ± 0.25 pF
picofarads (pF).
D = ± 0.5 pF
The first two
F=±1%
digits are
G=±2%
significant, the
J=±5%
third is a
K = ± 10 %
multiplier. An
Note:
“R” indicates a
B, C, D < 10 pF
decimal point.
F, G, J, K
10 pF
Examples:
102 = 1000 pF
1R8 = 1.8 pF
T = 7" reel/plastic tape
C = 7" reel/paper tape
R = 11 1/4" reel/plastic tape
P = 11 1/4" reel/paper tape
O = 7" reel/flamed paper tape
I = 11 1/4"/13" reel/flamed paper tape
Note:
“I” and “O” is used for
“F” termination paper taped
size 0402/0603/0805
Notes
(1)
DC voltage rating should not be exceeded in application
(2)
Process Code may be added with up to three digits, used to control non-standard products and/or special requirements
(3)
Case size designator may be replaced by a four digit drawing number used to control non-standard products and/or requirements
(4)
“A2” temporarily used to identify manufacturing plant for size
1812
(5)
Selected values available, contact
mlcc@vishay.com
for list of released ratings
www.vishay.com
38
For technical questions, contact:
mlcc@vishay.com
Document Number: 45053
Revision: 23-Sep-09
用阶乘实现小灯的闪烁
程序:#include <reg52.h>sbit led=P1^0;a(char j) //阶乘运算{ unsigned int x,y=1;for(x=j; x>=1; x--)y=y*x;return y;}void main(){unsigned int i,z,a;while(1){led=0;z=a(i);for(a=0 ......
y4632850 51单片机
dB与放大倍数的关系
1.分贝就是放大器增益的单位 — dB,放大器输出与输入的比值为放大倍数,单位“倍”,如 10 倍放大器,100 倍放大器。当改用“分贝”做单位时,放大倍数就称之为增益,这是一个概念的两种称呼。 ......
fish001 模拟与混合信号
硬件/嵌入开发这一块会用到c语言吗?
硬件/嵌入开发这一块会用到c语言吗?...
goodxinna 编程基础
PCB工艺PK:喷锡VS镀金VS沉金
转自:硬件十万个为什么 今天就和大家讲讲pcb线路板沉金和镀金的区别,沉金板与镀金板是PCB电路板经常使用的工艺,许多客户都无法正确区分两者的不同,甚至有一些客户认为两者不存在差别,这 ......
ohahaha PCB设计
NPN三极管饱和导通条件VB>VC,VB>VE
NPN三极管饱和导通条件VB>VC,VB>VE ...
QWE4562009 综合技术交流
【拓普微智能显示模块测评】3.新建和下载工程
看了官方的演示,感觉这么好,所以必须做一个自己的工程。 1.首先安装SGTools智能LCD模块开发工具TOPWAY-SGTool。 软件工具:570517 2.安装完成后,打开软件,会弹出新建工程 ......
annysky2012 测试/测量

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2847  2832  2815  40  626  59  16  5  29  17 

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