Interface IExportFactory
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.Common
Assembly: SpiceSharpParser.dll
Syntax
public interface IExportFactory
Methods
| Improve this Doc View SourceCreate(Parameter, ICircuitContext, Simulation, IMapper<Exporter>)
Declaration
Export Create(Parameter exportParameter, ICircuitContext context, Simulation simulation, IMapper<Exporter> mapper)
Parameters
| Type | Name | Description |
|---|---|---|
| Parameter | exportParameter | |
| ICircuitContext | context | |
| SpiceSharp.Simulations.Simulation | simulation | |
| IMapper<Exporter> | mapper |
Returns
| Type | Description |
|---|---|
| Export |