Show / Hide Table of Contents

Interface IModelsGenerator

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

Methods

| Improve this Doc View Source

GenerateModel(IModelGenerator, String, String, String, ParameterCollection, ICircuitContext)

Declaration
Model GenerateModel(IModelGenerator modelGenerator, string id, string originalName, string type, ParameterCollection parameters, ICircuitContext context)
Parameters
Type Name Description
IModelGenerator modelGenerator
System.String id
System.String originalName
System.String type
ParameterCollection parameters
ICircuitContext context
Returns
Type Description
Model
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX