Class EntityParameterUpdate
Inheritance
System.Object
EntityParameterUpdate
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.ModelReaders.Netlist.Spice.Context.Updates
Assembly: SpiceSharpParser.dll
Syntax
public abstract class EntityParameterUpdate
Properties
| Improve this Doc View SourceParameterName
Declaration
public string ParameterName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetValue(EvaluationContext)
Declaration
public abstract double GetValue(EvaluationContext context)
Parameters
Type | Name | Description |
---|---|---|
EvaluationContext | context |
Returns
Type | Description |
---|---|
System.Double |