::SpiceGenTcl::Ngspice¶
Classes¶
NgspiceParser¶
Method summary
- constructor
Constructor for the class.
- configure
Configure properties. See ::oo::configuresupport::configurable.
- buildTopNetlist
Inherited from ::SpiceGenTcl::Parser.
- readAndParse
Inherited from ::SpiceGenTcl::Parser.
- readFile
Reads netlist file and prepare for parsing: remove redundant white space characters, collapse continuation lines and remove comments lines.
Properties
-definitions:Readable, writable. Inherited.
-filepath:Readable, writable. Inherited.
-name:Readable, writable. Inherited.
-topnetlist:Readable, writable. Inherited.
Superclasses
constructor¶
Creates object of class Parser that do parsing of valid Ngspice netlist.
NgspiceParser create OBJNAME ?args? NgspiceParser new ?args?
Parameters
filepath:Path to file that should be parsed.
name:Name of the object.
readFile¶
Reads netlist file and prepare for parsing: remove redundant white space characters, collapse continuation lines and remove comments lines
NGSPICEPARSEROBJ readFile
Copyright (c) George Yashin