Class SpiceObjectMappings
Inheritance
System.Object
SpiceObjectMappings
Implements
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 SourceSpiceObjectMappings()
Declaration
public SpiceObjectMappings()
Properties
| Improve this Doc View SourceComponents
Gets or sets the components mapper.
Declaration
public IMapper<IComponentGenerator> Components { get; set; }
Property Value
Type | Description |
---|---|
IMapper<IComponentGenerator> |
Controls
Gets or sets the control mapper.
Declaration
public IMapper<BaseControl> Controls { get; set; }
Property Value
Type | Description |
---|---|
IMapper<BaseControl> |
Exporters
Gets or sets the exporter mapper.
Declaration
public IMapper<Exporter> Exporters { get; set; }
Property Value
Type | Description |
---|---|
IMapper<Exporter> |
Models
Gets or sets the models mapper.
Declaration
public IMapper<IModelGenerator> Models { get; set; }
Property Value
Type | Description |
---|---|
IMapper<IModelGenerator> |
Waveforms
Gets or sets the waveform mapper.
Declaration
public IMapper<WaveformGenerator> Waveforms { get; set; }
Property Value
Type | Description |
---|---|
IMapper<WaveformGenerator> |