Show / Hide Table of Contents

Class SimulationUpdates

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

Constructors

| Improve this Doc View Source

SimulationUpdates()

Declaration
public SimulationUpdates()

Properties

| Improve this Doc View Source

ParameterUpdatesBeforeLoad

Declaration
public List<SimulationUpdate> ParameterUpdatesBeforeLoad { get; protected set; }
Property Value
Type Description
System.Collections.Generic.List<SimulationUpdate>
| Improve this Doc View Source

ParameterUpdatesBeforeSetup

Declaration
public List<SimulationUpdate> ParameterUpdatesBeforeSetup { get; protected set; }
Property Value
Type Description
System.Collections.Generic.List<SimulationUpdate>
| Improve this Doc View Source

ParameterUpdatesBeforeTemperature

Declaration
public List<SimulationUpdate> ParameterUpdatesBeforeTemperature { get; protected set; }
Property Value
Type Description
System.Collections.Generic.List<SimulationUpdate>
| Improve this Doc View Source

Simulation

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