Show / Hide Table of Contents

Class SpiceObjectMappings

Inheritance
System.Object
SpiceObjectMappings
Implements
ISpiceObjectMappings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public class SpiceObjectMappings : ISpiceObjectMappings

Constructors

| Improve this Doc View Source

SpiceObjectMappings()

Declaration
public SpiceObjectMappings()

Properties

| Improve this Doc View Source

Components

Gets or sets the components mapper.

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

Controls

Gets or sets the control mapper.

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

Exporters

Gets or sets the exporter mapper.

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

Models

Gets or sets the models mapper.

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

Waveforms

Gets or sets the waveform mapper.

Declaration
public IMapper<WaveformGenerator> Waveforms { get; set; }
Property Value
Type Description
IMapper<WaveformGenerator>

Implements

ISpiceObjectMappings
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX