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 SourceSimulationUpdates()
Declaration
public SimulationUpdates()
Properties
| Improve this Doc View SourceParameterUpdatesBeforeLoad
Declaration
public List<SimulationUpdate> ParameterUpdatesBeforeLoad { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SimulationUpdate> |
ParameterUpdatesBeforeSetup
Declaration
public List<SimulationUpdate> ParameterUpdatesBeforeSetup { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SimulationUpdate> |
ParameterUpdatesBeforeTemperature
Declaration
public List<SimulationUpdate> ParameterUpdatesBeforeTemperature { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SimulationUpdate> |
Simulation
Declaration
public Simulation Simulation { get; set; }
Property Value
Type | Description |
---|---|
SpiceSharp.Simulations.Simulation |