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

关键词

搜索

型号

搜索

PRA100C72K490.1%0.1%R003131

产品描述Array/Network Resistor, Bussed, Thin Film, 0.1W, 2490ohm, 50V, 0.1% +/-Tol, -10,10ppm/Cel, 2806,
产品类别无源元件    电阻器   
文件大小80KB,共5页
制造商Vishay(威世)
官网地址http://www.vishay.com
下载文档 详细参数 全文预览

PRA100C72K490.1%0.1%R003131概述

Array/Network Resistor, Bussed, Thin Film, 0.1W, 2490ohm, 50V, 0.1% +/-Tol, -10,10ppm/Cel, 2806,

PRA100C72K490.1%0.1%R003131规格参数

参数名称属性值
是否Rohs认证不符合
Objectid981469960
包装说明SMT, 2806
Reach Compliance Codecompliant
ECCN代码EAR99
构造Chip
网络类型Bussed
端子数量14
最高工作温度155 °C
最低工作温度-55 °C
封装高度0.4 mm
封装长度7 mm
封装形式SMT
封装宽度1.6 mm
包装方法Box
额定功率耗散 (P)0.1 W
电阻2490 Ω
电阻器类型ARRAY/NETWORK RESISTOR
系列PRA (CNW)
尺寸代码2806
技术THIN FILM
温度系数10 ppm/°C
容差0.1%
工作电压50 V

文档预览

下载PDF文档
PRA 100, 135, 182 (CNW)
Vishay Sfernice
High Precision Resistor Chip Arrays
FEATURES
High stability passivated nichrome resistive
layer 0.02 % on ratio, 1000 h at Pn at + 70 °C
Tight TCR (10 ppm/°C) and TCR tracking
(to 1 ppm/°C)
Very low noise < 35 dB and voltage coefficient
< 0.01 ppm/V
Ratio tolerance to 0.01 % (R
200R)
Pre-tinned terminations over nickel barrier
High temperature option (200 °C)
SMD wraparound chip resistor array
Compliant to RoHS directive 2002/95/EC
PRA arrays can be used in most applications requiring a
matched pair (or set) of resistor elements. The networks
provide 1 ppm/°C TCR tracking, a ratio tolerance as tight as
0.01 % and outstanding stability. They are available in 1 mm,
1.35 mm and 1.82 mm pitch.
TYPICAL PERFORMANCE
ABS
TCR
TOL
10 ppm/°C
ABS
0.1 %
TRACKING
2 ppm/°C
RATIO
0.05 %
DIMENSIONS
Suggested Land Pattern
R
S
R
P
Q
F
A
I: Independent resistors
E
Termination
Electrical diagram
R1
R2
R7
R8
DIM.
A
B
C
D
E
(1)
F
G
P
Q
R
S
PRA 100
mm
1.6
0.4
0.65
+ 0.2
- 0.1
+ 0.2
- 0.2
+ 0.15
- 0.15
PRA 135
mil
63
16
mm
1.85
0.4
1.05
+ 0.2
- 0.1
+ 0.2
- 0.2
+ 0.15
- 0.15
PRA 182
mil
72
16
41
10
mm
3.0
0.4
1.3
+ 0.2
- 0.1
+ 0.2
- 0.2
+ 0.35
- 0.15
B
D
C
F
G
mil
118
16
51
10
Number
of resistors:
2 to
8
R1 = R2 = ... R8
25.5
10
0.25
0.25
0.25
E = (N x F) ± 0.2 mm
1
0.4
+ 0.1
-0
E = (N x F) ± 8 mil
53.1
15
41.3
12
40
31.5
1.82
0.4
+ 0.1
-0
C: One common point
N
resistors
R1
E
40
15
27.5
12
40
23.5
1.35
0.4
+ 0.1
-0
72
15
59.8
12
40
70.8
B
C
D
A
R2
R7
R8
0.7
0.3
1
0.6
1.05
0.3
1
0.8
1.52
0.3
1
1.8
F
G
Note
(1)
E depends on number of resistors
* Pb containing terminations are not RoHS compliant, exemptions may apply
** Please see document “Vishay Material Category Policy”:
www.vishay.com/doc?99902
www.vishay.com
66
For technical questions, contact:
sfer@vishay.com
Number
of resistors:
2 to
8
R1 = R2 = ... R8
Document Number: 53033
Revision: 17-Aug-09
WinCE中如何禁止/开启Edit自动换行功能
如题,我想实现PC上记事本的自动换行功能。...
YANGYIHU 嵌入式系统
CPLD程序求助:到fit这一步编译不过去了
初学CPLD,编个接收1553B数据的小程序。前面综合,翻译都通过了,就是到映射过不去,编译的结果总是报同样的错误,如下:Mapping a total of 236 equation into 16 function blocksError:CPLD:8 ......
yulanxin FPGA/CPLD
一种电流型DC/DC变换器的研制
来源:通信电源技术 作者:鞠志忠 任稷林等 1 引言 开关变换器通常采用电压型和电流型两种控制方式[1]。电压型控制器只有电压反馈控制,电流型控制器增加了电流反馈控制,电流型控制比电压型 ......
fighting 模拟电子
STM32 标准USB库(V2.2.1)的一坑
最近调试STM32F205USB通信,使用了F205的两个USB,一个HS一个FS,不过都是用的HS,都是做USB主机,外接其他USB外设,USB在分别调试好FS和HS后,合在一起出问题了,拔插后总是识别有干扰,HS拔掉 ......
29447945 stm32/stm8
一个非常奇怪的keil c51串口中断问题!
一个非常奇怪的keil c51串口中断问题! 比如我的程序如下: uchar b; #define a4 0x03 void fun1(void) interrupt 4 { fun2(2); } fun2(uchar a2) { while(a2--) { .... } fun3(a ......
lianshi007 嵌入式系统
电磁流量计运行前的准备和调试
与通常的仪表一样,电磁流量计在安装、接线完毕后,正式投入运行之前,应该检查以下安装、接线是否正确,仪表是否能正常工作。 仪表投入运行前,传感器必须充满实际测量介质,通电后在静止状 ......
窗外的麻雀 测试/测量

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2457  129  1593  2847  2285  50  3  33  58  47 

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