Show / Hide Table of Contents

Interface IComponentReader

Interface for all component readers.

Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers
Assembly: SpiceSharpParser.dll
Syntax
public interface IComponentReader

Methods

| Improve this Doc View Source

Read(Component, ICircuitContext)

Reads a component statement and modifies the context.

Declaration
void Read(Component statement, ICircuitContext context)
Parameters
Type Name Description
Component statement

A statement to process.

ICircuitContext context

A context.

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