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

关键词

搜索

型号

搜索

752I3220JH00J

产品类别未分类   
文件大小379KB,共3页
制造商KEMET(基美)
官网地址http://www.kemet.com
下载文档 详细参数 全文预览

752I3220JH00J在线购买

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

752I3220JH00J规格参数

参数名称属性值
产品种类
Product Category
KEMET
制造商
Manufacturer
KEMET(基美)
工厂包装数量
Factory Pack Quantity
1000

文档预览

下载PDF文档
R75 2 - R75 L
METALLIZED POLyPROPyLENE FILM
CAPACITOR
MKP series
Typical applications:
This special release is specifically
designed for application in series with the main
(Capacitive
power supply),
with particular protection against severe
ambient conditions.
BEST FITTING COMPONENTS IN TERMS
OF BOTH SIZE & PERFORMANCES
PRODUCT CODE:
R752 (Digit 12: 0 to 9)
R75L Digit 12: 0 to 9)
Pitch
(mm)
15≤p≤27.5
0.8
p = 37.5
1.0
15.0
15.0
22.5
27.5
37.5
Box thickness
(mm)
<7.5
≥7.5
All
All
All
Maximum dimensions (mm)
B max
H max
L max
B +0.2
B +0.2
B +0.2
B +0.2
B +0.3
H +0.1
H +0.1
H +0.1
H +0.1
H +0.1
L +0.3
L +0.5
L +0.3
L +0.3
L +0.3
Ød±0.05
All dimensions are in mm.
PRODUCT CODE SySTEM
The part number, comprising 14 digits, is formed as follows:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
R 7 5
Digit 1 to 3
Digit 4
-
Series code.
a.c. rated voltage:
2 = 230V L = 250V
Digit 5
Pitch:
I=15mm;
N= 22.5.mm;
R=27.5mm;
W=37.5mm
Digit 6 to 9
Digits 7 - 8 - 9 indicate the first three digits of
Capacitance value and the 6th digit indicates
the number of zeros that must be added to
obtain the Rated Capacitance in pF.
Digit 10 to 11 Mechanical version and/or packaging (table 1)
Digit 12
Identifies the dimensions and electrical
characteristics (0 to 9).
Digit 13
Internal use.
Digit 14
Capacitance tolerance: K=10%; M=20%
Tolerance ± 5% (J) available upon request
Table 1
Standard
packaging style
Lead
length
(mm)
AMMo-PACK
AMMo-PACK
ReeL Ø
355mm
ReeL Ø
500mm
ReeL Ø
500mm
Loose, short leads
Loose, long leads
(p≥15mm)
P
2
(mm)
12.70
19.05
12.70
12.70
19.05
Taping style
Fig.
(No.)
2
3
2
2
3
Pitch
(mm)
15.0
22.5
15.0
15.0
22.5/27.5
GENERAL TECHNICAL DATA
Dielectric:
polypropylene film.
Plates:
aluminium layer deposited by evaporation under
vacuum.
Winding:
non-inductive type.
Leads:
tinned wire.
Protection:
plastic case, thermosetting resin filled.
Box material is solvent resistant and flame
retardant according to UL94 V0.
Marking:
manufacturer’s logo, series (R75), dielectric
code (MKP), capacitance, tolerance, A.C. rated
voltage, manufacturing date code.
Climatic category:
55/105/56 IEC 60068-1
Operating temperature range:
-55 to +105°C
Related documents:
IEC 60384-16
Winding scheme
Ordering
code
(Digit 10
to 11)
DQ
DQ
GY
CK
CK
AA
40
50
single sided metallized
polypropylene film
04
+2
30
+5
25
+2/-1
Note: Ammo-pack is the preferred packaging for taped version.
09/2008
182
简谈 TI Stellaris M3为啥不"火"?
前些天有朋友和我讨论,"感觉TI的M3在网上讨论的不多",下面是我的一些看法: 原来luminary平台比较小,所以当年zlg想把它推广起来,难度肯定是相当大的,这里面不只是技术问题,还涉及到渠 ......
jkhu 微控制器 MCU
求助
用Basic Timer 定时器让P2.0口上的LED每秒闪烁一次,其中中断程序中写道“P2OUT^=BIT0; //P2.0取反”,这样写的话,执行完中断后,LED是闪烁一次还是一直亮着呢?(我怎么觉得会一直亮着,因为P ......
zzbaizhi 微控制器 MCU
CircuitPython 8.0.0 Alpha 1 发布
本帖最后由 dcexpert 于 2022-6-10 10:18 编辑 CircuitPython 8.0.0-alpha.1 ,8.0.0 的首个 alpha 版本。 它相对稳定,但在最终发布之前会有进一步的添加和修复。 自 7.3.0 以来对 8.0 ......
dcexpert MicroPython开源版块
wince串口问题。系统忙数据就出错
wince下串口问题,平时数据传输正常,但鼠标反复点击移动有时就会使串口数据错误,或者是界面切换时。我感觉是系统忙了有时会影响串口读取。波特率的57600,不算很高吧?缓冲区我也设置的很大了 ......
HHY55 嵌入式系统
MSP430程序库UART异步串口
MSP单片机的USART模块可以配置成SPI(同步通信)模式或UART(异步通信)模式,这里只讨论UART方式。UART数据传输格式如下: 321729 起始位,数据位由高到低7/8位,地址位 0/1位,奇偶校验位 ......
fish001 微控制器 MCU
请问EVC的这些错误是什么愿意
我在编译、链接EVC程序时出现如下错误,不知如何解决,请高手指点,谢谢! (1)error C2011: '_CPs_FileInfo' : 'struct' type redefinition (2)error C2440: '=' : cannot convert from ' ......
NetCom 嵌入式系统

技术资料推荐更多

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2135  1112  194  1744  1550  11  33  27  56  8 

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