From 088203b088a02eabb4606dc734e901b81f237b11 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Thu, 7 Jan 2021 07:55:48 +0530 Subject: removed outdated dependencies --- Windows/spice/examples/numparam/pintest.cir | 32 ----------------------------- 1 file changed, 32 deletions(-) delete mode 100644 Windows/spice/examples/numparam/pintest.cir (limited to 'Windows/spice/examples/numparam/pintest.cir') diff --git a/Windows/spice/examples/numparam/pintest.cir b/Windows/spice/examples/numparam/pintest.cir deleted file mode 100644 index 80702e14..00000000 --- a/Windows/spice/examples/numparam/pintest.cir +++ /dev/null @@ -1,32 +0,0 @@ -* Test circuit for pin.mod - -*.include C:\Spice\tests\numparam\pin.mod -.include pin.mod - -* Photodiode supply -Vbias psu 0 10V - -* Light input is modeled by a voltage source that we can vary -Vlight input 0 2mW - -* The pin diode -Xpin input cathode anode SIMPLE_PIN resp=0.7 - -* monitor resistor -Rmon anode 0 1ohm - -* Quench restistor -Rq psu cathode 1k - -*.dc vlight 0 5mW 0.01mW - -.dc vlight 0 10mW 0.01mW - -.control -dc vlight 0 10mW 0.01mW -*write pintest.raw all -plot V(anode) -.endc - -.end - -- cgit