Interface IWaveformReader
Interface for all waveform readers.
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers
Assembly: SpiceSharpParser.dll
Syntax
public interface IWaveformReader
Methods
| Improve this Doc View SourceGenerate(String, ParameterCollection, ICircuitContext)
Generates waveform from bracket parameter.
Declaration
IWaveformDescription Generate(string type, ParameterCollection parameters, ICircuitContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | type | Type. |
| ParameterCollection | parameters | Parameters. |
| ICircuitContext | context | A reading context. |
Returns
| Type | Description |
|---|---|
| SpiceSharp.Components.IWaveformDescription | An new instance of waveform. |
Supports(String, ICircuitContext)
Declaration
bool Supports(string type, ICircuitContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | type | |
| ICircuitContext | context |
Returns
| Type | Description |
|---|---|
| System.Boolean |