349
edits
Line 178: | Line 178: | ||
==== Build the AND gate circuit structure parsing a .spc file ==== | ==== Build the AND gate circuit structure parsing a .spc file ==== | ||
{{Code|Load the AND circuit structure parsing a .spc file |<syntaxhighlight lang="octave" style="font-size:13px"> | |||
outstruct = prs_spice ("and"); | |||
</syntaxhighlight> | |||
}} | |||
{{Code|Load the AND circuit structure parsing a .spc file |<syntaxhighlight lang="octave" style="font-size:13px"> | {{Code|Load the AND circuit structure parsing a .spc file |<syntaxhighlight lang="octave" style="font-size:13px"> |
edits