Class Parameters
Base parameters for a CurrentControlledCurrentSource
Implements
Inherited Members
Namespace: SpiceSharp.Components.CurrentControlledCurrentSources
Assembly: SpiceSharp.dll
Syntax
public class Parameters : ParameterSet<Parameters>, ICloneable<Parameters>, IImportParameterSet<double>, IExportPropertySet<double>, IParameterSet
Properties
Coefficient
Gets or sets the current gain of the source.
Declaration
[ParameterName("gain")]
[ParameterInfo("Gain of the source")]
[Finite]
public double Coefficient { get; set; }
Property Value
Type | Description |
---|---|
double | The current gain. |
ParallelMultiplier
Gets or sets the number of resistors in parallel.
Declaration
[ParameterName("m")]
[ParameterInfo("Parallel multiplier")]
[GreaterThanOrEquals(0)]
[Finite]
public double ParallelMultiplier { get; set; }
Property Value
Type | Description |
---|---|
double | The number of resistors in parallel. |