Interface IModelGenerator
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.EntityGenerators
Assembly: SpiceSharpParser.dll
Syntax
public interface IModelGenerator
Methods
| Improve this Doc View SourceGenerate(String, String, ParameterCollection, ICircuitContext)
Declaration
Model Generate(string id, string type, ParameterCollection parameters, ICircuitContext context)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
System.String | type | |
ParameterCollection | parameters | |
ICircuitContext | context |
Returns
Type | Description |
---|---|
Model |