Interface IModelsGenerator
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.EntityGenerators
Assembly: SpiceSharpParser.dll
Syntax
public interface IModelsGenerator
Methods
| Improve this Doc View SourceGenerateModel(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 |