Interface IWaveform
An instance of a waveform that can be used to sample datapoints.
Namespace: SpiceSharp.Components
Assembly: SpiceSharp.dll
Syntax
public interface IWaveform
Properties
Value
Gets the value that is currently being probed.
Declaration
double Value { get; }
Property Value
Type | Description |
---|---|
double | The value at the probed timepoint. |
Methods
Accept()
Accepts the last probed timepoint.
Declaration
void Accept()
Probe()
Probes a new timepoint.
Declaration
void Probe()