Class AfterExecuteEventArgs
Event arguments that are used after simulation execution.
Inherited Members
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public class AfterExecuteEventArgs : EventArgs
Properties
Repeat
If true
, the simulation will be requested to repeat the simulation another time.
Declaration
public bool Repeat { get; set; }
Property Value
Type | Description |
---|---|
bool |