repo.or.cz
/
geda-gaf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
missing NULL terminator in set_config_x
[geda-gaf.git]
/
gnetlist-legacy
/
examples
/
switcap
/
test.ana
blob
9caa9a810800a181e5dbe24a45d91887b692852e
1
ANALYZE SSS;
2
INFREQ 100.0 1.0E6 LOG 501;
3
SET V1 AC 1.0 0.0;
4
PRINT VDB(OUT) VP(OUT);
5
END;
6
7
ANALYZE TRAN;
8
TIME 0+ 500 1
9
SET V1 PULSE 0 5 10e-6 5e-6 5e-6 100e-6 500e-6;
10
PRINT V(OUT);
11
END;
12
13