Interface IWaveformDescription
A waveform description.
Inherited Members
Namespace: SpiceSharp.Components
Assembly: SpiceSharp.dll
Syntax
public interface IWaveformDescription : IParameterSet, ICloneable<IWaveformDescription>
Methods
Create(IBindingContext)
Creates a waveform instance for the specified simulation and entity.
Declaration
IWaveform Create(IBindingContext context)
Parameters
Type | Name | Description |
---|---|---|
IBindingContext | context | The binding context. |
Returns
Type | Description |
---|---|
IWaveform | The waveform instance. |