Enum SimulationStatus
Possible statuses for a simulation.
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public enum SimulationStatus
Fields
| Name | Description |
|---|---|
| None | Indicates that the simulation has not started. |
| Running | Indicates that the simulation is running. |
| Setup | Indicates that the simulation is now in its setup phase. |
| Unsetup | Indicates that the simulation is cleaning up all its resources. |
| Validation | Indicates that the simulation is validating the input. |