Show / Hide Table of Contents

Class NoiseParameters

A configuration for a Noise analysis.

Inheritance
object
ParameterSet
NoiseParameters
Implements
ICloneable<NoiseParameters>
IImportParameterSet<string>
IExportPropertySet<string>
IParameterSet
Inherited Members
ParameterSet.SetParameter<P>(string, P)
ParameterSet.TrySetParameter<P>(string, P)
ParameterSet.GetProperty<P>(string)
ParameterSet.TryGetProperty<P>(string, out P)
ParameterSet.CreateParameterSetter<P>(string)
ParameterSet.CreatePropertyGetter<P>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public class NoiseParameters : ParameterSet, ICloneable<NoiseParameters>, IImportParameterSet<string>, IExportPropertySet<string>, IParameterSet

Constructors

NoiseParameters()

Initializes a new instance of the NoiseParameters class.

Declaration
public NoiseParameters()

NoiseParameters(string, string)

Initializes a new instance of the NoiseParameters class.

Declaration
public NoiseParameters(string output, string reference)
Parameters
Type Name Description
string output

The output node name.

string reference

The reference node name.

Properties

InputSource

Gets or sets the name of the input source.

Declaration
[ParameterName("input")]
[ParameterInfo("Source that acts as the input")]
public string InputSource { get; set; }
Property Value
Type Description
string

The name of the input source.

Output

Gets or sets the noise output node name.

Declaration
[ParameterName("output")]
[ParameterInfo("Noise output summation node")]
public string Output { get; set; }
Property Value
Type Description
string

The noise output node name.

OutputRef

Gets or sets the noise output reference node name.

Declaration
[ParameterName("outputref")]
[ParameterInfo("Noise output reference node")]
public string OutputRef { get; set; }
Property Value
Type Description
string

The noise output reference node name.

Methods

Clone()

Clones the instance.

Declaration
public NoiseParameters Clone()
Returns
Type Description
NoiseParameters

The cloned instance.

Implements

ICloneable<T>
IImportParameterSet<P>
IExportPropertySet<P>
IParameterSet

Extension Methods

Documentation.ParameterValues<T>(IParameterSet, bool)
Documentation.Parameters(IParameterSet)
Utility.ThrowIfNull<T>(T, string)

See Also

ParameterSet
In this article
Back to top Generated by DocFX