Class SimulationEvaluationContexts
Inheritance
System.Object
SimulationEvaluationContexts
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
Assembly: SpiceSharpParser.dll
Syntax
public class SimulationEvaluationContexts
Constructors
| Improve this Doc View SourceSimulationEvaluationContexts(EvaluationContext)
Declaration
public SimulationEvaluationContexts(EvaluationContext sourceContext)
Parameters
Type | Name | Description |
---|---|---|
EvaluationContext | sourceContext |
Properties
| Improve this Doc View SourceContexts
Declaration
protected Dictionary<Simulation, EvaluationContext> Contexts { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<SpiceSharp.Simulations.Simulation, EvaluationContext> |
SourceContext
Declaration
protected EvaluationContext SourceContext { get; }
Property Value
Type | Description |
---|---|
EvaluationContext |
Methods
| Improve this Doc View SourceGetContext(Simulation)
Gets the expression context for simulation.
Declaration
public EvaluationContext GetContext(Simulation simulation)
Parameters
Type | Name | Description |
---|---|---|
SpiceSharp.Simulations.Simulation | simulation | A simulation. |
Returns
Type | Description |
---|---|
EvaluationContext | Expression context. |