Class ModelParameters
Base parameters for a Mosfet1Model
Implements
Inherited Members
Namespace: SpiceSharp.Components.Mosfets.Level1
Assembly: SpiceSharp.dll
Syntax
public class ModelParameters : ModelParameters, ICloneable<ModelParameters>, ICloneable<ModelParameters>, IImportParameterSet<double>, IExportPropertySet<double>, IImportParameterSet<GivenParameter<double>>, IExportPropertySet<GivenParameter<double>>, IImportParameterSet<bool>, IExportPropertySet<string>, IParameterSet
Properties
Lambda
Gets the channel length modulation parameter.
Declaration
[ParameterName("lambda")]
[ParameterInfo("Channel length modulation")]
[GreaterThanOrEquals(0)]
[Finite]
public GivenParameter<double> Lambda { get; set; }
Property Value
Type | Description |
---|---|
GivenParameter<double> | The channel length modulation parameter. |