Interface ISingleSpiceNetlistParser
Interface for all SPICE netlist parsers.
Namespace: SpiceSharpParser.Parsers.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public interface ISingleSpiceNetlistParser
Properties
| Improve this Doc View SourceSettings
Gets or sets the parser settings.
Declaration
SingleSpiceNetlistParserSettings Settings { get; set; }
Property Value
| Type | Description |
|---|---|
| SingleSpiceNetlistParserSettings |
Methods
| Improve this Doc View SourceParse(SpiceToken[])
Parses a SPICE netlist and returns a SPICE netlist model.
Declaration
SpiceNetlist Parse(SpiceToken[] tokens)
Parameters
| Type | Name | Description |
|---|---|---|
| SpiceToken[] | tokens | SPICE netlist tokens. |
Returns
| Type | Description |
|---|---|
| SpiceNetlist | A SPICE netlist model. |