diff options
author | rahulp13 | 2021-01-07 07:55:48 +0530 |
---|---|---|
committer | rahulp13 | 2021-01-07 07:55:48 +0530 |
commit | 088203b088a02eabb4606dc734e901b81f237b11 (patch) | |
tree | ebe9109661a149c82fc66599a6ce8103637d0b4a /Windows/spice/examples/numparam/pintest.cir | |
parent | ac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff) | |
download | eSim-088203b088a02eabb4606dc734e901b81f237b11.tar.gz eSim-088203b088a02eabb4606dc734e901b81f237b11.tar.bz2 eSim-088203b088a02eabb4606dc734e901b81f237b11.zip |
removed outdated dependencies
Diffstat (limited to 'Windows/spice/examples/numparam/pintest.cir')
-rw-r--r-- | Windows/spice/examples/numparam/pintest.cir | 32 |
1 files changed, 0 insertions, 32 deletions
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 - |