Class NoiseParameters
A configuration for a Noise analysis.
Implements
Inherited Members
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. |