EEWORLDEEWORLDEEWORLD

Part Number

Search

TR3C476J010E0300

Description
CAPACITOR, TANTALUM, SOLID, POLARIZED, 10 V, 47 uF, SURFACE MOUNT, 2412, CHIP
CategoryPassive components    capacitor   
File Size140KB,8 Pages
ManufacturerVishay
Websitehttp://www.vishay.com
Download Datasheet Parametric View All

TR3C476J010E0300 Overview

CAPACITOR, TANTALUM, SOLID, POLARIZED, 10 V, 47 uF, SURFACE MOUNT, 2412, CHIP

TR3C476J010E0300 Parametric

Parameter NameAttribute value
Is it lead-free?Contains lead
Is it Rohs certified?incompatible
Objectid2073765507
package instruction, 2412
Reach Compliance Codecompliant
ECCN codeEAR99
YTEOL5.4
capacitance47 µF
Capacitor typeTANTALUM CAPACITOR
dielectric materialsTANTALUM (DRY/SOLID)
JESD-609 codee0
leakage current0.0047 mA
Manufacturer's serial numberTR3
Installation featuresSURFACE MOUNT
negative tolerance5%
Number of terminals2
Maximum operating temperature125 °C
Minimum operating temperature-55 °C
Package shapeRECTANGULAR PACKAGE
method of packingTR, 7 INCH
polarityPOLARIZED
positive tolerance5%
Rated (DC) voltage (URdc)10 V
ripple current610 mA
size code2412
surface mountYES
Delta tangent0.06
Terminal surfaceTin/Lead (Sn/Pb)
Terminal shapeWRAPAROUND
TR3
Vishay Sprague
Solid Tantalum Chip Capacitors
T
ANTAMOUNT
®
Low ESR, Molded Case
FEATURES
Terminations: 100 % Tin, standard
SnPb available
Molded case available in five case codes
Compatible with “High Volume” automatic pick
and place equipment
High Ripple Current carrying capability
Low ESR
Meets EIA 535BAAE and IEC Specification
QC300801/US0001
Compliant Terminations
100 % Surge Current Tested (B, C, D & E Case Sizes)
Pb-free
Available
RoHS*
COMPLIANT
PERFORMANCE/ELECTRICAL CHARACTERISTICS
Operating Temperature:
- 55 °C to + 85 °C
(To + 125 °C with voltage derating)
Note:
Refer to doc. 40088
Capacitance Range:
0.47 µF to 680 µF
Capacitance Tolerance:
± 20 %, ± 10 % standard
Voltage Rating:
4 WVDC to 50 WVDC
ORDERING INFORMATION
TR3
TYPE
D
CASE CODE
See Ratings
and Case
Codes Table.
107
CAPACITANCE
This is expressed in
picofarads. The first two
digits are the significant
figures. The third is the
number of zeros to
follow.
K
CAPACITANCE
TOLERANCE
K = ± 10 %
M = ± 20 %
J= ±5%
(Special Order)
010
DC VOLTAGE
RATING AT + 85 °C
This is expressed in volts.
To complete the
three-digit block, zeros
precede the voltage
rating. A decimal point is
indicated by an "R"
(6R3 = 6.3 volts).
C
TERMINATION AND
PACKAGING
C = 100 % Tin/ 7" (178 mm) reels
D = 100 % Tin/ 13" (330 mm) reels
E = Sn/Pb Solder/7" (178 mm) reels
F = Sn/Pb Solder/13" (330 mm) reels
0100
ESR
Maximum
100 kHz
ESR in
milliohms.
See note
below
Note:
We reserve the right to supply higher voltage ratings and tighter capacitance tolerance capacitors in the same case size.
Voltage substitutions will be marked with the higher voltage rating.
The EIA and CECC standards for low ESR solid tantalum chip capacitors, allow delta ESR of 1.25 times the data sheet limit after mounting.
DIMENSIONS
in inches [millimeters]
L
TW
H
TH MIN.
W
P
CASE CODE
A
B
C
D
E
EIA SIZE
3216-18
3528-21
6032-28
7343-31
7343-43
L
0.126 ± 0.008
[3.2 ± 0.20]
0.138 ± 0.008
[3.5 ± 0.20]
0.236 ± 0.012
[6.0 ± 0.30]
0.287 ± 0.012
[7.3 ± 0.30]
0.287 ± 0.012
[7.3 ± 0.30]
W
0.063 ± 0.008
[1.6 ± 0.20]
0.110 ± 0.008
[2.8 ± 0.20]
0.126 ± 0.012
[3.2 ± 0.30]
0.170 ± 0.012
[4.3 ± 0.30]
0.170 ± 0.012
[4.3 ± 0.30
H
0.063 ± 0.008
[1.6 ± 0.20]
0.075 ± 0.008
[1.9 ± 0.20]
0.098 ± 0.012
[2.5 ± 0.30]
0.110 ± 0.012
[2.8 ± 0.30]
0.158 ± 0.012
[4.0 ± 0.30]
P
0.031 ± 0.012
[0.80 ± 0.30]
0.031 ± 0.012
[0.80 ± 0.30]
0.051 ± 0.012
[1.3 ± 0.30]
0.051 ± 0.012
[1.3 ± 0.30]
0.051 ± 0.012
[1.3 ± 0.30]
T
W
0.047 ± 0.004
[1.2 ± 0.10]
0.087 ± 0.004
[2.2 ± 0.10]
0.087 ± 0.004
[2.2 ± 0.10]
0.095 ± 0.004
[2.4 ± 0.10]
0.095 ± 0.004
[2.4 ± 0.10]
T
H
(MIN.)
0.028
[0.70]
0.028
[0.70]
0.039
[1.0]
0.039
[1.0]
0.039
[1.0]
* Pb containing terminations are not RoHS compliant, exemptions may apply
Document Number: 40080
Revision: 18-May-06
For technical questions, contact: tantalum@vishay.com
www.vishay.com
53
RegSetValueEx function problem
When writing data to the registry under EVC, TCHAR szKey[ MAX_KEY_LENGTH ] = { L"ABCDEFGHIJKL" }; lRet = RegSetValueEx( hKey, REG_KEY, NULL, REG_SZ,(LPBYTE)szKey, (wcslen(szKey))* sizeof(TCHAR) ); Why...
hjy109 Embedded System
2014 TI Cup Undergraduate Electronic Design Competition - Question C Lock-in Amplifier.doc
[i=s] This post was last edited by Sur on 2014-8-12 21:44 [/i] [align=center][b][font=Times New Roman]2014 TI Cup College Electronic Design Competition Topic C: Design of Lock-in Amplifier [/b][/align...
Sur Electronics Design Contest
Learning simulation + "Operational Amplifier Noise Optimization Handbook" reading notes 4
[i=s]This post was last edited by dontium on 2015-1-23 11:11[/i] Spectrum Analyzer Notes: Categories: Includes analog and digital spectrum analyzers. One way to generate a spectrum curve with an analo...
陌路绝途 Analogue and Mixed Signal
About ARM and FPGA, and upper-level applications
I would like to ask, for the connection between ARM and FPGA, does FPGA need a driver? If not, how can the application communicate with FPGA if it wants to change some of the work of FPGA?...
奔向火星 ARM Technology
Does anyone recognize this sensor?
...
hebin939 Industrial Control Electronics
msp430g2553 help
[img]D:\User Directory\Documents\Tencent Files\980251820\FileRecv\MobileFile[/img] Request the program...
xiaoyaoxiao Microcontroller MCU

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 453  1092  2381  2658  1338  10  22  48  54  27 
Datasheet   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
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号