Class FrequencyUpdate
An IFrequencyUpdateBehavior for a SubcircuitDefinition.
Inheritance
System.Object
FrequencyUpdate
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.Simple
Assembly: SpiceSharp.dll
Syntax
public class FrequencyUpdate : SubcircuitBehavior<IFrequencyUpdateBehavior>, IFrequencyUpdateBehavior, IBehavior, IParameterSetCollection, IParameterSet, ICloneable
Constructors
FrequencyUpdate(String, SubcircuitSimulation)
Initializes a new instance of the FrequencyUpdate class.
Declaration
public FrequencyUpdate(string name, SubcircuitSimulation simulation)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The name. |
| SubcircuitSimulation | simulation | The simulation. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | Thrown if |
Explicit Interface Implementations
IFrequencyUpdateBehavior.Update()
Updates the behavior with the new solution.
Declaration
void IFrequencyUpdateBehavior.Update()