Show / Hide Table of Contents

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 Source

Settings

Gets or sets the parser settings.

Declaration
SingleSpiceNetlistParserSettings Settings { get; set; }
Property Value
Type Description
SingleSpiceNetlistParserSettings

Methods

| Improve this Doc View Source

Parse(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX