Show / Hide Table of Contents

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()

Extension Methods

Utility.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX