Class VoltageControlled
Controller for making a switch voltage-controlled.
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. |