Interface INoiseSimulationState
A simulation state for a Noise analysis.
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public interface INoiseSimulationState : ISimulationState
Properties
OutputNoiseDensity
Gets the total output noise density of all noise sources in the circuit.
Declaration
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
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
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
double TotalOutputNoise { get; }
Property Value
Type | Description |
---|---|
double | The total integrated output noise. |