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 | |
---|
16 | D1 A N005 TS8510VA |
---|
17 | Vsense N005 K 0 |
---|
18 | |
---|
19 | H1 N001 0 Vsense 1 |
---|
20 | R1 N002 N001 10k |
---|
21 | C1 N002 0 160p |
---|
22 | |
---|
23 | RDUMMY -Iout 0 1G |
---|
24 | |
---|
25 | G1 -Iout +Iout N002 0 0.0015 |
---|
26 | D2 +Iout -Iout PD n=13 |
---|
27 | S1 -Iout +Iout N004 0 FastTurnOff |
---|
28 | V1 N003 0 1 |
---|
29 | R2 N004 0 10 |
---|
30 | C3 N004 0 10u |
---|
31 | W1 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 | **==================================================================* |
---|