Show / Hide Table of Contents

Class ModelProperties

Common properties for transistor models.

Inheritance
object
ModelProperties
ModelProperties
ModelProperties
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SpiceSharp.Components.Mosfets
Assembly: SpiceSharp.dll
Syntax
public class ModelProperties

Properties

EgFet1

Declaration
public double EgFet1 { get; set; }
Property Value
Type Description
double

Factor1

Declaration
public double Factor1 { get; set; }
Property Value
Type Description
double

Kt1

Declaration
public double Kt1 { get; set; }
Property Value
Type Description
double

OxideCapFactor

Declaration
public double OxideCapFactor { get; set; }
Property Value
Type Description
double

PbFactor1

Declaration
public double PbFactor1 { get; set; }
Property Value
Type Description
double

Vtnom

Declaration
public double Vtnom { get; set; }
Property Value
Type Description
double

Methods

Update(ModelParameters)

Updates the model properties.

Declaration
public void Update(ModelParameters mp)
Parameters
Type Name Description
ModelParameters mp

The model parameters.

Extension Methods

Utility.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX