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

关键词

搜索

型号

搜索

PRA100I2422R0.5%0.02%TR

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

PRA100I2422R0.5%0.02%TR概述

Array/Network Resistor, Isolated, Thin Film, 0.1W, 422ohm, 50V, 0.5% +/-Tol, -10,10ppm/Cel, 0806,

PRA100I2422R0.5%0.02%TR规格参数

参数名称属性值
是否Rohs认证不符合
Objectid981668765
包装说明SMT, 0806
Reach Compliance Codecompliant
Country Of OriginFrance
ECCN代码EAR99
YTEOL7.2
构造Chip
网络类型Isolated
端子数量4
最高工作温度155 °C
最低工作温度-55 °C
封装高度0.4 mm
封装长度2 mm
封装形式SMT
封装宽度1.6 mm
包装方法TR
额定功率耗散 (P)0.1 W
电阻422 Ω
电阻器类型ARRAY/NETWORK RESISTOR
系列PRA (CNW)
尺寸代码0806
技术THIN FILM
温度系数10 ppm/°C
容差0.5%
工作电压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
【第0周】Hanker | 开机跑demo
大约是因为同城的缘故,今天收到试用的M4开发板了。 87015 采光不好,将就着看吧。必须要说的是做工很好,板子看上去很漂亮。美中不足是没有配套光盘。 87014 上电,是一个计算器的demo。随 ......
zca123 微控制器 MCU
问题分析,大家热情指教,共同提高
在quartus中写如下的代码: module test(go,out); input go; output out; wire out; reg out1; assign out=out1; always @(negedge go) begin out1=1'b1; #10 out1=1'b0; ......
eeleader FPGA/CPLD
南京A.O.SMITH诚招传感器工程师
1.传感器工程师-软件 职位描述: 1.寻找开发空净和水相关传感器; 2.将传感器应用在公司的产品中,并解决传感器的可靠性,一致性和有效性等相关问题; 3.负责相关产品的智能化开发。 ......
MythKONG 求职招聘
静态IP设置
怎么在Flash上启动的系统设置静态IP,我试了好多次都不行求帮助,...
wenchao1991 FPGA/CPLD
笔记本只有USB口和串口。开发板的JTAG不能用。
在网上看到说的USB转并口也不能连接上JTAG,用串口转并口可以吗?...
一无所知 嵌入式系统
不同CMD文件的用途及用法
用2812做BLDC的驱动,CONTROLSuite里面BLDC例程中,有两个CMD的文件。 DSP281X_Headers_nonBIOS.cmd和DSP_EzDSP_RAM_link.cmd 我知道在一个工程中两个cmd文件不可以同时使用, 但是我的问题 ......
木木木JS 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2256  2177  2020  2313  2930  46  44  41  47  59 

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