-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathICL8083s.cir
37 lines (32 loc) · 1.17 KB
/
ICL8083s.cir
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Test model ICL8038
.include ICL8038.lib
* Sine wave adjust
* | Sine wave out
* | | Triangle out
* | | | Duty cycle, freq adjust
* | | | | Duty cycle, freq adjust
* | | | | | V+
* | | | | | | FM Bias
* | | | | | | | FM Sweep in
* | | | | | | | | Square wave out
* | | | | | | | | | Timing cap
* | | | | | | | | | | V- or GND
* | | | | | | | | | | | Sine wave adjust
* | | | | | | | | | | | |
*subckt ICL8038 Pin1 Pin2 Pin3 Pin4 Pin5 Pin6 Pin7 Pin8 Pin9 Pin10 Pin11 Pin12
X8083 Pin1 Pin2 Pin3 Pin4 Pin5 Vd short short Pin9 Pin10 GND Pin12 ICL8038
*Rs1 Pin1 Vd 100k
Radj1 Pin4 Vd 10k
Radj2 Pin5 Vd 10k
Rsqour Pin9 Vd 10k
Vdd Vd 0 10
Ct Pin10 0 100n
Rs2 Pin12 0 82k
.options method=gear
.control
tran 100n 10m
rusage
set xbrushwidth=2
plot Pin2-4 Pin3 Pin9+8
.endc
.end