Re: installation issues?
al davis <[email protected]> Sun, 12 May 2024 18:52:58 -0400
| Newsgroups | gmane.comp.gnu.gnucap.general |
|---|---|
| Message-ID | <20240512185258.55ed0bd1@z> |
On Sun, 12 May 2024 16:23:33 -0500 mikeegg1 via "Users help list for gnucap." <[email protected]> wrote: > How do I test gnu cap to make sure it=E2=80=99s ok and functioning proper= ly? There is a README file in "tests" that explains how to run the test suite. > When I run gnu cap on a single file in the tests directory I do: >=20 > $ gnucap current.ckt > Gnucap : The Gnu Circuit Analysis Package ..... > default plugins: release 2024.02.20 > a current source > ^ ? what's this? > I1 1 0 dc 1.2 ac 1 > ^ ? what's this? > R1 1 0 1. The .ckt files there (as opposed to the .gc files) are old Spice format tests. To run them, use the "-b" option, for example=20 "gnucap -b current.ckt". This is consistent with the way Spice does it, or at least it was. The ".gc" files do not require the "-b".