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 SourceConstant
Declaration
public bool Constant { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Unit
Declaration
public IUnit Unit { get; set; }
Property Value
Type | Description |
---|---|
SpiceSharp.Simulations.Variables.IUnit |
Value
Declaration
public T Value { get; set; }
Property Value
Type | Description |
---|---|
T |
VariableNode
Declaration
public Node VariableNode { get; }
Property Value
Type | Description |
---|---|
SpiceSharpBehavioral.Parsers.Nodes.Node |
Implements
SpiceSharp.Simulations.IVariable<T>
SpiceSharp.Simulations.IVariable