Class FrequencyUpdate
An IFrequencyUpdateBehavior for a SubcircuitDefinition.
Inheritance
System.Object
FrequencyUpdate
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SpiceSharp.Components.Subcircuits
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(Subcircuit), typeof(IFrequencyUpdateBehavior))]
public class FrequencyUpdate : SubcircuitBehavior<IFrequencyUpdateBehavior>, ISubcircuitBehavior, IFrequencyUpdateBehavior, IBehavior, IParameterSetCollection, IParameterSet, ICloneable
Constructors
FrequencyUpdate(SubcircuitBindingContext)
Initializes a new instance of the FrequencyUpdate class.
Declaration
public FrequencyUpdate(SubcircuitBindingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SubcircuitBindingContext | context | The context. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | Thrown if |
Explicit Interface Implementations
IFrequencyUpdateBehavior.Update()
Updates the behavior with the new solution.
Declaration
void IFrequencyUpdateBehavior.Update()