Interface ITimeBehavior
An interface for time-dependent behaviors.
Inherited Members
Namespace: SpiceSharp.Behaviors
Assembly: SpiceSharp.dll
Syntax
public interface ITimeBehavior : IBehavior, IParameterSetCollection, IParameterSet
Methods
InitializeStates()
Initialize the state values from the current DC solution.
Declaration
void InitializeStates()
Remarks
In this method, the initial value is calculated based on the operating point solution, and the result is stored in each respective IDerivative or IIntegrationState.