Show / Hide Table of Contents

Interface ISubcircuitDefinitionReader

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

Methods

| Improve this Doc View Source

Read(SubCircuit, ICircuitContext)

Reads a subcircuit statement

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

A statement to process

ICircuitContext context

A reading context

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