Interface IFrequencyBehavior
Interface that describes frequency-dependent behaviors.
Inherited Members
Namespace: SpiceSharp.Behaviors
Assembly: SpiceSharp.dll
Syntax
public interface IFrequencyBehavior : IBehavior, IParameterSetCollection, IParameterSet
Methods
InitializeParameters()
Initializes the parameters.
Declaration
void InitializeParameters()
Load()
Load the Y-matrix and right hand side vector for frequency domain analysis.
Declaration
void Load()