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 SourceSimulation
Declaration
public Simulation Simulation { get; set; }
Property Value
Type | Description |
---|---|
SpiceSharp.Simulations.Simulation |
Update
Declaration
public Action<Simulation, SimulationEvaluationContexts> Update { get; set; }
Property Value
Type | Description |
---|---|
System.Action<SpiceSharp.Simulations.Simulation, SimulationEvaluationContexts> |