Show / Hide Table of Contents

Class Controller

This class can calculate the controlling input of a switch.

Inheritance
System.Object
Controller
CurrentControlled
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 abstract class Controller

Constructors

Controller()

Declaration
protected Controller()

Properties

Value

Gets the value of the controlling value.

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

The value.

Extension Methods

Utility.ThrowIfNull<T>(T, String)
Back to top Generated by DocFX