source: trunk/hardware/sim/nicht_realisiert_pv_optokpller_variante/VOM1271.lib

Last change on this file was 1, checked in by f.jahn, 6 months ago
File size: 2.1 KB
Line 
1* Library of Optocoupler - VOM1271 - MOSFET Driver
2* Date: 23.10.2024
3* Copyright VISHAY, Inc. 2018 All Rights Reserved.
4*
5* ==== VOM1271 ====
6*
7* A = IRED Anode
8* K = IRED Cathode
9* +Iout = MOSFET-Driver Positive Output
10* -Iout = MOSFET-Driver Negative Output
11*
12*$
13
14.SUBCKT VOM1271 A K +Iout -Iout
15
16D1 A N005 TS8510VA
17Vsense N005 K 0
18
19H1 N001 0 Vsense 1
20R1 N002 N001 10k
21C1 N002 0 160p
22
23RDUMMY -Iout 0 1G
24
25G1 -Iout +Iout N002 0 0.0015
26D2 +Iout -Iout PD n=13
27S1 -Iout +Iout N004 0 FastTurnOff
28V1 N003 0 1
29R2 N004 0 10
30C3 N004 0 10u
31W1 N003 N004 Vsense CSW_1
32
33.model TS8510VA D(IS=59.194E-18 N=1.6363 RS=1.0000E-6 IKF=10.526E-3 CJO=1.0000E-12 M=.3333 VJ=.75 BV=100 IBV=100.00E-6 TT=5.0000E-9)
34
35.model PD D(IS=8.377E-12 N=1.7321 RS=16 IKF=9)
36
37.model FastTurnOff SW(Ron=100Meg Roff=1 VT=521mV VH=0)
38
39.model CSW_1 CSW(Ron=1m Roff=100Meg  It=10uA Ih=10uA)
40
41.backanno
42.ends
43
44*$
45**==================================================================*
46* Note:                                                             *
47* Although models can be a useful tool in evaluating device         *
48* performance, they cannot model exact device performance           *
49* under all conditions, nor are they intended to replace            *
50* breadboarding for final verification!                             *
51*                                                                   *
52* Models provided by VISHAY Semiconductors GmbH are not             *
53* as fully representing all of the specifications and operating     *
54* characteristics of the semiconductor product to which the         *
55* model relates.                                                    *
56* The models describe the characteristics of typical devices.       *
57* In all cases, the current data sheet information for a given      *
58* device is the final design guideline and the only actual          *
59* performance specification.                                        *
60* VISHAY Semiconductors does not assume any liability arising       *
61* from the model use. VISHAY Semiconductors reserves the right to   *
62* change models without prior notice.                               *
63**==================================================================*
Note: See TracBrowser for help on using the repository browser.