Interface IBreakpointMethod
Interface of an integration method that supports breakpoints. The integration method makes sure the breakpoint timepoints are hit.
Inherited Members
Namespace: SpiceSharp.Simulations.IntegrationMethods
Assembly: SpiceSharp.dll
Syntax
public interface IBreakpointMethod : IIntegrationMethod, ISimulationState
Properties
Break
Gets a value indicating whether this point is the first after a breakpoint.
Declaration
bool Break { get; }
Property Value
Type | Description |
---|---|
bool |
Breakpoints
Gets the breakpoint system.
Declaration
Breakpoints Breakpoints { get; }
Property Value
Type | Description |
---|---|
Breakpoints |