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

关键词

搜索

型号

搜索

PRA100I4-5K62BWGT31

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

PRA100I4-5K62BWGT31概述

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

PRA100I4-5K62BWGT31规格参数

参数名称属性值
是否Rohs认证符合
Objectid981866606
包装说明SMT, 1606
Reach Compliance Codecompliant
ECCN代码EAR99
构造Chip
JESD-609代码e4
网络类型Isolated
端子数量8
最高工作温度155 °C
最低工作温度-55 °C
封装高度0.4 mm
封装长度4 mm
封装形式SMT
封装宽度1.6 mm
包装方法TR
额定功率耗散 (P)0.1 W
电阻5620 Ω
电阻器类型ARRAY/NETWORK RESISTOR
系列PRA (CNW)
尺寸代码1606
技术THIN FILM
温度系数10 ppm/°C
端子面层Gold (Au) - with Nickel (Ni) barrier
容差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
内核下获得系统版本
怎么在内核下获得系统版本。。比如 知道 现在的系统是 2000 还是 2000server 还是XP 还是2003 我想过读取注册表 但是我怕万一人家把注册表里面的系统版本改了。读出来的就是错误的吧...
ljpronaldo 嵌入式系统
关于AQ430的问题
我刚刚开始使用AQ430 xp试用版,在Project Opction-> memory erase before programing中选择info and main 选项,但在make 或 rebuild all后,system messege 也显示info区擦除,main区擦除, ......
skitfcw 微控制器 MCU
进来看一下
#include <msp430x14x.h> void main(void) { WDTCTL = WDTPW + WDTHOLD; P3DIR |= BIT4;// P3.4 output TACTL = TASSEL_1 + MC_2 + TAIE; ......
leungpki 微控制器 MCU
nandflash 驱动 碰到奇怪问题? 那位大虾帮忙看看
nandflash用的是 K9F1G08 每个页是2K ,写一个页,然后再读这个页,发现只有前512是一样的 没办法!只能先确定是 写有问题还是读有问题 用烧录工具(此工具没有问题)将一个文件,写入nan ......
chenjianbin 嵌入式系统
请问在EVC下的precompiled header file是什么?不是“ #include "stdafx.h"”吗?
请问在EVC下的precompiled header file是什么?不是“ #include "stdafx.h" ”吗? 我编译程序 报错: C:\abcd\my_draw_v1\TopologyLine.c(6) : fatal error C1853: 'emulatorDbg/my_draw ......
yangck2006 嵌入式系统
两段代码,上一段显示为0,,下一段显示为8.。
#include #define uint unsigned int #define uchar unsigned char sbit duan=P2^6; //申明U1锁存器的锁存端 sbit wei=P2^7; //申U2锁存器的锁存端 void main() { wei=1; //打开 U2锁 ......
stronghui 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1842  88  2393  697  1475  38  2  49  15  30 

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