|
|
@ -1,5 +1,6 @@ |
|
|
* Test circuit for pin.mod |
|
|
* Test circuit for pin.mod |
|
|
|
|
|
|
|
|
|
|
|
*.include C:\Spice\tests\numparam\pin.mod |
|
|
.include pin.mod |
|
|
.include pin.mod |
|
|
|
|
|
|
|
|
* Photodiode supply |
|
|
* Photodiode supply |
|
|
@ -9,7 +10,7 @@ Vbias psu 0 10V |
|
|
Vlight input 0 2mW |
|
|
Vlight input 0 2mW |
|
|
|
|
|
|
|
|
* The pin diode |
|
|
* The pin diode |
|
|
Xpin input cathode anode SIMPLE_PIN 0.7 |
|
|
|
|
|
|
|
|
Xpin input cathode anode SIMPLE_PIN resp=0.7 |
|
|
|
|
|
|
|
|
* monitor resistor |
|
|
* monitor resistor |
|
|
Rmon anode 0 1ohm |
|
|
Rmon anode 0 1ohm |
|
|
@ -19,8 +20,11 @@ Rq psu cathode 1k |
|
|
|
|
|
|
|
|
*.dc vlight 0 5mW 0.01mW |
|
|
*.dc vlight 0 5mW 0.01mW |
|
|
|
|
|
|
|
|
|
|
|
.dc vlight 0 10mW 0.01mW |
|
|
|
|
|
|
|
|
.control |
|
|
.control |
|
|
dc vlight 0 10mW 0.01mW |
|
|
dc vlight 0 10mW 0.01mW |
|
|
|
|
|
*write pintest.raw all |
|
|
plot V(anode) |
|
|
plot V(anode) |
|
|
.endc |
|
|
.endc |
|
|
|
|
|
|
|
|
|