Reduce visibility of functions used in only one file.
[geda-gaf/berndj.git] / gnetlist / tests / test.ana
blob9caa9a810800a181e5dbe24a45d91887b692852e
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;
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;