Show / Hide Table of Contents

Interface IExportFactory

Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.Common
Assembly: SpiceSharpParser.dll
Syntax
public interface IExportFactory

Methods

| Improve this Doc View Source

Create(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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX