The sum of DC voltage and the peak AC voltage must not exceed the rated voltage of the capacitor
Performance
Performance
Capacitance Change
Equivalent Series Resistance
Leakage Current
The following specifications will be satisfied when the capacitor is tested at +20°C:
≤ 160 V
> 160 V
Does not exceed 200% of the initial value
Does not exceed leakage current limit
Within 15% of the initial value
Within 10% of the initial value
Dimensions – Millimeters
Dimensions in inches
Size Code
D2C
D2L
D3C
D3L
D4C
D4L
D5C
D5L
K2C
K2L
K3C
K3L
K4C
K4L
K5C
K5L
D
±0.031
1.375
1.375
1.375
1.375
1.375
1.375
1.375
1.375
2
2
2
2
2
2
2
2
L
±0.062
2.125
2.625
3.125
3.625
4.125
4.625
5.125
5.625
2.125
2.625
3.125
3.625
4.125
4.625
5.125
5.625
LT
±0.039
2.420
2.930
3.440
3.960
4.430
4.940
5.450
5.960
2.420
2.930
3.440
3.960
4.430
4.940
5.410
5.960
S
±0.019
0.5
0.5
0.5
0.5
0.5
0.5
0.5
0.5
0.875
0.875
0.875
0.875
0.875
0.875
0.875
0.875
V
Nominal
0.315
0.315
0.315
0.315
0.315
0.315
0.315
0.315
0.539
0.539
0.539
0.539
0.539
0.539
0.539
0.539
Mounting
Stud (M x H)
±0.039
M8 x 0.472
M8 x 0.472
M8 x 0.472
M8 x 0.472
M8 x 0.472
M8 x 0.472
M8 x 0.472
M8 x 0.472
M12 x 0.63
M12 x 0.63
M12 x 0.63
M12 x 0.63
M12 x 0.63
M12 x 0.63
M12 x 0.63
M12 x 0.63
Mounting Clip
V3/H2/UTE2736
V3/H2/UTE2736
V3/H2/UTE2736
V3/H2/UTE2736
V3/H2/UTE2736
V3/H2/UTE2736
V3/H2/UTE2736
V3/H2/UTE2736
V4/UTE2737
V4/UTE2737
V4/UTE2737
V4/UTE2737
V4/UTE2737
V4/UTE2737
V4/UTE2737
V4/UTE2737
Weight
Ounces
2.8
3.3
4
4.6
5.3
5.8
6.5
7.2
5.8
7.1
8.5
9.7
11.1
12.3
13.6
15
Note: Add 0.015 inches to D and 0.045 inches to L for Sleeving
3.5 inch diameter cans available upon request. LT listed is for A-type termination code. Information for other termination codes is available upon request.
Note: Add 0.015 inches to D and 0.045 inches to L for Sleeving
3.5 inch diameter cans available upon request. LT listed is for A-type termination code. Information for other termination codes is available upon request.
I use the following code in my program, but I cannot enter the TIME5 interrupt. However, I can enter the interrupt by changing TIME5 to TIME2 and TIME3. Is it possible that GD32F103C8T6 does not have ...
By: Ahmad Bahai, Chief Technology Officer, Texas InstrumentsA startling set of statistics shows that in the United States alone, household leaks waste about 900 billion gallons of water each year, whi...
First, implement the dot matrix display. The effect of the mobile phone photo is not good. The actual color is much cooler than thisMain code [code] #include "display.h" #include "spi.h" #include "ws2...
Brushed servo based on STM8S003F3P6 1. Fast response without overspeed and jitter 2. Use back-EMF feedback 3. Good low-speed linearity 4. Large locking torque 5. Brushed iron core motor + potentiomete...
On July 19, 2021, the Ministry of Industry and Information Technology of the People's Republic of China issued the "Notice on the List of the Third Batch of Specialized, Refined and New "Little Giant...[Details]
Computer ATX power supply control circuit and principle
The control circuit of the ATX power supply is shown in Figure 1. The control circuit uses TL494 (some power supplies use KA7500B, whose p...[Details]
IIC is a commonly used protocol. Considering the needs of users, ZDS2022 oscilloscope resolutely adds a completely open IIC trigger and decoding function! How to operate it? Press the key to set t...[Details]
At ISSCC 2022, Marco Cassis, president of ST's analog, MEMS and sensor division, discussed various AI technologies for sensors. He ruled out pulse neural network chips (also known as neuromorphic) be...[Details]
"Whoever uses LiDAR is doomed!" At Tesla's Autonomy Day last year, Tesla CEO Elon Musk fiercely criticized lidar. “Expensive sensors are unnecessary. It’s like a bunch of expensive add-ons.” "L...[Details]
Introduction The Internet of Vehicles (intelligent networking) industry is driven by the combined effects of policy, funding, and technology. In particular, the early arrival of the 5G commercial era...[Details]
What if a fitness tracker worn on your wrist could detect COVID-19 before you develop symptoms? An impressive new study claims that not only is it possible, but preliminary findings have found that...[Details]
Loop compensation design has always been a major problem in the switching power supply industry. Novice engineers always feel at a loss when learning or debugging loop design. Even most experienced p...[Details]
Data bit transfer instruction
MOV C, bit; bit can directly address bit C←(bit)
MOV bit, C; C carry bit (bit) ← C
Bit variable modification instructions
CLR C ; Set C=0
CL...[Details]
On August 12, the i-VISTA Management Center of China Automotive Research Institute released the first batch of i-VISTA Intelligent Car Index 2020 model evaluation results. This evaluation involved a ...[Details]
Refresh, refresh, refresh again... At 7:30 am on August 7, 2019, when the questions were finally answered, Cheng Hang, Gao Lianglei, and Liu Chengyu breathed a sigh of relief. Among the eight quest...[Details]
Qualcomm Technologies, Inc. (Qualcomm Technologies) and Alps Alpine Co., Ltd. (Alps Alpine) will jointly develop ViewPose, a vehicle positioning system that uses camera images to achieve lane-level p...[Details]
A new battery technology that uses microwaves may open up new avenues for renewable energy conversion and storage. According to foreign media reports, researchers at Purdue University in the United S...[Details]
When reading kernel source code, you often encounter IS_ERR, such as in linux/arch/arm/kernel/sys_arm.c
view plain copy
print ?
asmlinkage int sys_execve(char __user *filenam...[Details]
Yesterday, I debugged the STM32 program. I used MDK3.40 before. I upgraded the version to MDK4.10. After installing it, I ran it. Haha, the new version gives me a different feeling. It's very cool. Th...[Details]