Show / Hide Table of Contents

Class SimulationUpdate

Inheritance
System.Object
SimulationUpdate
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 class SimulationUpdate

Properties

| Improve this Doc View Source

Simulation

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

Update

Declaration
public Action<Simulation, SimulationEvaluationContexts> Update { get; set; }
Property Value
Type Description
System.Action<SpiceSharp.Simulations.Simulation, SimulationEvaluationContexts>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX