Show / Hide Table of Contents

Interface IComponentGenerator

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

Methods

| Improve this Doc View Source

Generate(String, String, String, ParameterCollection, ICircuitContext)

Declaration
IEntity Generate(string componentIdentifier, string originalName, string type, ParameterCollection parameters, ICircuitContext context)
Parameters
Type Name Description
System.String componentIdentifier
System.String originalName
System.String type
ParameterCollection parameters
ICircuitContext context
Returns
Type Description
SpiceSharp.Entities.IEntity
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX