Show / Hide Table of Contents

Class VoltageControlled

Controller for making a switch voltage-controlled.

Inheritance
System.Object
Controller
VoltageControlled
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 VoltageControlled : Controller

Constructors

VoltageControlled(ComponentBindingContext)

Initializes a new instance of the VoltageControlled class.

Declaration
public VoltageControlled(ComponentBindingContext context)
Parameters
Type Name Description
ComponentBindingContext 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