Enum IterationModes
Possible modes for initialization of behaviors.
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public enum IterationModes
Fields
| Name | Description |
|---|---|
| Fix | Indicates that an initial iteration has been done and that we need to fix the solution to check for convergence. |
| Float | Indicates that nodes may still be everywhere, and a first solution should be calculated. |
| Junction | Indicates that PN junctions or other difficult-to-converge dependencies should be initialized to a starting voltage. |
| None | The default mode. |