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