Interface IFrequencyUpdateBehavior
An IFrequencyBehavior that can update after solving an iteration of a FrequencySimulation.
Inherited Members
Namespace: SpiceSharp.Behaviors
Assembly: SpiceSharp.dll
Syntax
public interface IFrequencyUpdateBehavior : IBehavior, IParameterSetCollection, IParameterSet
Methods
Update()
Updates the behavior with the new solution.
Declaration
void Update()