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