make distcheck happy
[gnucap-felix.git] / tests / d_switch.nro.3h.ckt
blobfa881a256d015931e7c13ab80069e043bc8f8083
1 * switch as negative resistance oscillator
2 * Spice netlister for gnetlist
3 SW1 1 0 1 0 SWITCH1
4 C1 1 0 1n
5 I1 0 1 100u
6 .MODEL SWITCH1 SW VT=2.5 VH=2.475 RON=1 ROFF=10MEG
7 .print tran V(1)
8 *>.print tran + r(SW1) iter(0) input(sw1) timef(sw1) control(0) i(I1) i(C1)
9 .option method=trap itl6=1000
10 .tran 10e-6 200e-6  trace all
11 *>.status notime
12 .END