make distcheck happy
[gnucap-felix.git] / tests / d_switch.nro.2.ckt
blob426b637bcc0ca1252eaaa00f4e0572593ef47624
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 .options initsc 1
7 .MODEL SWITCH1 SW VT=2.5 VH=2.475 RON=1 ROFF=10MEG
8 .print tran V(1)
9 *>.print tran + r(SW1) iter(0) input(sw1) timef(sw1) control(0)
10 .option method=trap noincmode nolubypass nobypass
11 .tran 10e-6 200e-6 uic trace all
12 *>.status notime
13 .END