Class BeforeExecuteEventArgs
Event arguments that are used before simulation execution.
Inherited Members
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public class BeforeExecuteEventArgs : EventArgs
Constructors
BeforeExecuteEventArgs(bool)
Initializes a new instance of the BeforeExecuteEventArgs class.
Declaration
public BeforeExecuteEventArgs(bool repeated)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | repeated | if set to |
Properties
Repeated
Gets a value indicating whether the simulation is repeated.
Declaration
public bool Repeated { get; }
Property Value
| Type | Description |
|---|---|
| bool |