Show / Hide Table of Contents

Class CurrentModelParameters

Model parameters for a CurrentSwitchModel.

Inheritance
object
ParameterSet
ParameterSet<ModelParameters>
ModelParameters
CurrentModelParameters
Implements
ICloneable<ModelParameters>
ICloneable<CurrentModelParameters>
IImportParameterSet<double>
IExportPropertySet<double>
IParameterSet
Inherited Members
ModelParameters.OffResistance
ModelParameters.OnResistance
ParameterSet<ModelParameters>.Clone()
ParameterSet.SetParameter<P>(string, P)
ParameterSet.TrySetParameter<P>(string, P)
ParameterSet.GetProperty<P>(string)
ParameterSet.TryGetProperty<P>(string, out P)
ParameterSet.CreateParameterSetter<P>(string)
ParameterSet.CreatePropertyGetter<P>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ModelParameters.Hysteresis

Threshold

Gets the threshold current.

Declaration
[ParameterName("it")]
[ParameterInfo("Threshold current")]
[Finite]
public override double Threshold { get; set; }
Property Value
Type Description
double
Overrides
ModelParameters.Threshold

Implements

ICloneable<T>
ICloneable<T>
IImportParameterSet<P>
IExportPropertySet<P>
IParameterSet

Extension Methods

Utility.ThrowIfNull<T>(T, string)
Documentation.ParameterValues<T>(IParameterSet, bool)
Documentation.Parameters(IParameterSet)

See Also

ModelParameters
In this article
Back to top Generated by DocFX