Show / Hide Table of Contents

Class CustomVariable<T>

Inheritance
System.Object
CustomVariable<T>
Implements
SpiceSharp.Simulations.IVariable<T>
SpiceSharp.Simulations.IVariable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.Common.Evaluation
Assembly: SpiceSharpParser.dll
Syntax
public class CustomVariable<T> : IVariable<T>, IVariable
Type Parameters
Name Description
T

Properties

| Improve this Doc View Source

Constant

Declaration
public bool Constant { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Unit

Declaration
public IUnit Unit { get; set; }
Property Value
Type Description
SpiceSharp.Simulations.Variables.IUnit
| Improve this Doc View Source

Value

Declaration
public T Value { get; set; }
Property Value
Type Description
T
| Improve this Doc View Source

VariableNode

Declaration
public Node VariableNode { get; }
Property Value
Type Description
SpiceSharpBehavioral.Parsers.Nodes.Node

Implements

SpiceSharp.Simulations.IVariable<T>
SpiceSharp.Simulations.IVariable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX