Show / Hide Table of Contents

Interface ISpiceObjectMappings

An interface for all SPICE object mappings.

Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public interface ISpiceObjectMappings

Properties

| Improve this Doc View Source

Components

Gets or sets components mapper.

Declaration
IMapper<IComponentGenerator> Components { get; set; }
Property Value
Type Description
IMapper<IComponentGenerator>
| Improve this Doc View Source

Controls

Gets or sets control mapper.

Declaration
IMapper<BaseControl> Controls { get; set; }
Property Value
Type Description
IMapper<BaseControl>
| Improve this Doc View Source

Exporters

Gets or sets exporter mapper.

Declaration
IMapper<Exporter> Exporters { get; set; }
Property Value
Type Description
IMapper<Exporter>
| Improve this Doc View Source

Models

Gets or sets models mapper.

Declaration
IMapper<IModelGenerator> Models { get; set; }
Property Value
Type Description
IMapper<IModelGenerator>
| Improve this Doc View Source

Waveforms

Gets or sets waveform mapper.

Declaration
IMapper<WaveformGenerator> Waveforms { get; set; }
Property Value
Type Description
IMapper<WaveformGenerator>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX