Show / Hide Table of Contents

Class Noise.NoiseSimulationState

An INoiseSimulationState for a SpiceSharp.Components.ParallelComponents.

Inheritance
object
Noise.NoiseSimulationState
Implements
INoiseSimulationState
ISimulationState
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SpiceSharp.Components.ParallelComponents
Assembly: SpiceSharp.dll
Syntax
protected class Noise.NoiseSimulationState : INoiseSimulationState, ISimulationState

Constructors

NoiseSimulationState(INoiseSimulationState)

Initializes a new instance of the Noise.NoiseSimulationState class.

Declaration
public NoiseSimulationState(INoiseSimulationState parent)
Parameters
Type Name Description
INoiseSimulationState parent

The parent.

Exceptions
Type Condition
ArgumentNullException

Thrown if parent is null.

Properties

OutputNoiseDensity

Gets the total output noise density of all noise sources in the circuit.

Declaration
public double OutputNoiseDensity { get; }
Property Value
Type Description
double

The total output noise density.

Point

Gets the history of input data points. The index 0 contains the current point.

Declaration
public IHistory<NoisePoint> Point { get; }
Property Value
Type Description
IHistory<NoisePoint>

The history of data points.

TotalInputNoise

Gets the total integrated input noise of all noise sources in the circuit.

Declaration
public double TotalInputNoise { get; }
Property Value
Type Description
double

The total integrated input noise.

TotalOutputNoise

Gets the total integrated output noise of all noise sources in the circuit.

Declaration
public double TotalOutputNoise { get; }
Property Value
Type Description
double

The total integrated output noise.

Implements

INoiseSimulationState
ISimulationState

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

INoiseSimulationState
In this article
Back to top Generated by DocFX