Show / Hide Table of Contents

Interface IControlReader

Interface for all control readers.

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

Methods

| Improve this Doc View Source

Read(Control, ICircuitContext)

Reads a control statement and modifies the context.

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

A statement to process.

ICircuitContext context

A context.

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