Class Parameters
Parameters for an independent current source.
Inheritance
Parameters
Implements
Inherited Members
Namespace: SpiceSharp.Components.CurrentSources
Assembly: SpiceSharp.dll
Syntax
public class Parameters : IndependentSourceParameters, ICloneable<IndependentSourceParameters>, ICloneable<Parameters>, IImportParameterSet<double>, IExportPropertySet<double>, IImportParameterSet<IWaveformDescription>, IExportPropertySet<IWaveformDescription>, IImportParameterSet<double[]>, IImportParameterSet<GivenParameter<double>>, IExportPropertySet<GivenParameter<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. |