Show / Hide Table of Contents

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 Source

SimulationEvaluationContexts(EvaluationContext)

Declaration
public SimulationEvaluationContexts(EvaluationContext sourceContext)
Parameters
Type Name Description
EvaluationContext sourceContext

Properties

| Improve this Doc View Source

Contexts

Declaration
protected Dictionary<Simulation, EvaluationContext> Contexts { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<SpiceSharp.Simulations.Simulation, EvaluationContext>
| Improve this Doc View Source

SourceContext

Declaration
protected EvaluationContext SourceContext { get; }
Property Value
Type Description
EvaluationContext

Methods

| Improve this Doc View Source

GetContext(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX