Show / Hide Table of Contents

Class CurrentControlled

Controller for making a switch current-controlled.

Inheritance
System.Object
Controller
CurrentControlled
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SpiceSharp.Components.Switches
Assembly: SpiceSharp.dll
Syntax
public class CurrentControlled : Controller

Constructors

CurrentControlled(CurrentControlledBindingContext)

Initializes a new instance of the CurrentControlled class.

Declaration
public CurrentControlled(CurrentControlledBindingContext context)
Parameters
Type Name Description
CurrentControlledBindingContext context

The context.

Properties

Value

Gets the value of the controlling value.

Declaration
public override double Value { get; }
Property Value
Type Description
System.Double

The value.

Overrides
Controller.Value

Extension Methods

Utility.ThrowIfNull<T>(T, String)

See Also

Controller
Back to top Generated by DocFX