From 8a04e8b93b83326bd1da53e29603a22fa4eaa7f1 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 24 Feb 2018 19:33:05 +0100 Subject: [PATCH] davis testcircuit from bug #240, modified --- davis-130420.cir | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 davis-130420.cir diff --git a/davis-130420.cir b/davis-130420.cir new file mode 100644 index 000000000..028d8e73c --- /dev/null +++ b/davis-130420.cir @@ -0,0 +1,20 @@ +* switch as negative resistance oscillator +I1 1 0 -100u +C1 1 0 1n +SW1 1 0 1 0 SWITCH1 + +.MODEL SWITCH1 SW VT=2.5 VH=2.475 RON=1 ROFF=10MEG + +.option method=trap + +.control + +tran 10us 300us 100ns uic +print v(1) +plot v(1) + +*wrdata swtest v(1) + +.endc + +.end