Show / Hide Table of Contents

Class InputNoiseDensityExport

This class can export the total input-referred noise density.

Inheritance
object
Export<double>
InputNoiseDensityExport
Implements
IExport<double>
Inherited Members
Export<double>.Simulation
Export<double>.Value
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public class InputNoiseDensityExport : Export<double>, IExport<double>

Constructors

InputNoiseDensityExport(INoiseSimulation)

Initializes a new instance of the InputNoiseDensityExport class.

Declaration
public InputNoiseDensityExport(INoiseSimulation noise)
Parameters
Type Name Description
INoiseSimulation noise

The noise analysis.

Methods

BuildExtractor(ISimulation)

Builds the extractor for the given simulation.

Declaration
protected override Func<double> BuildExtractor(ISimulation simulation)
Parameters
Type Name Description
ISimulation simulation

The simulation.

Returns
Type Description
Func<double>

The extractor.

Overrides
Export<double>.BuildExtractor(ISimulation)

ToString()

Converts the export to a string.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

IExport<T>

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

Export<T>
In this article
Back to top Generated by DocFX