Class ModelParameters
Base parameters for a switch model.
Inheritance
ModelParameters
Inherited Members
Namespace: SpiceSharp.Components.Switches
Assembly: SpiceSharp.dll
Syntax
public class ModelParameters : ParameterSet<ModelParameters>, IParameterSet, ICloneable<ModelParameters>
Properties
Hysteresis
Gets the hysteresis parameter.
Declaration
public virtual double Hysteresis { get; set; }
Property Value
Type | Description |
---|---|
double | The hysteresis value. |
OffResistance
Gets the resistance parameter when open.
Declaration
[ParameterName("roff")]
[ParameterInfo("Open resistance")]
[Finite]
public double OffResistance { get; set; }
Property Value
Type | Description |
---|---|
double | The off resistance. |
OnResistance
Gets the resistance parameter when closed.
Declaration
[ParameterName("ron")]
[ParameterInfo("Closed resistance")]
[Finite]
public double OnResistance { get; set; }
Property Value
Type | Description |
---|---|
double | The on resistance. |
Threshold
Gets the threshold parameter.
Declaration
public virtual double Threshold { get; set; }
Property Value
Type | Description |
---|---|
double | The threshold value. |