Show / Hide Table of Contents

Interface IModelReader

Interface for all model readers.

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

Methods

| Improve this Doc View Source

Read(Model, ICircuitContext)

Reads a model statement.

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

A statement to process,

ICircuitContext context

A context.

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