Class CurrentModelParameters
Model parameters for a CurrentSwitchModel.
Inheritance
CurrentModelParameters
Implements
Inherited Members
Namespace: SpiceSharp.Components.Switches
Assembly: SpiceSharp.dll
Syntax
public class CurrentModelParameters : ModelParameters, ICloneable<ModelParameters>, ICloneable<CurrentModelParameters>, IImportParameterSet<double>, IExportPropertySet<double>, IParameterSet
Properties
Hysteresis
Gets the hysteresis current.
Declaration
[ParameterName("ih")]
[ParameterInfo("Hysteresis current")]
[Finite]
public override double Hysteresis { get; set; }
Property Value
Type | Description |
---|---|
double |
Overrides
Threshold
Gets the threshold current.
Declaration
[ParameterName("it")]
[ParameterInfo("Threshold current")]
[Finite]
public override double Threshold { get; set; }
Property Value
Type | Description |
---|---|
double |