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 SourceComponents
Gets or sets components mapper.
Declaration
IMapper<IComponentGenerator> Components { get; set; }
Property Value
Type | Description |
---|---|
IMapper<IComponentGenerator> |
Controls
Gets or sets control mapper.
Declaration
IMapper<BaseControl> Controls { get; set; }
Property Value
Type | Description |
---|---|
IMapper<BaseControl> |
Exporters
Gets or sets exporter mapper.
Declaration
IMapper<Exporter> Exporters { get; set; }
Property Value
Type | Description |
---|---|
IMapper<Exporter> |
Models
Gets or sets models mapper.
Declaration
IMapper<IModelGenerator> Models { get; set; }
Property Value
Type | Description |
---|---|
IMapper<IModelGenerator> |
Waveforms
Gets or sets waveform mapper.
Declaration
IMapper<WaveformGenerator> Waveforms { get; set; }
Property Value
Type | Description |
---|---|
IMapper<WaveformGenerator> |