Class BiasingUpdate
An IBiasingUpdateBehavior for a SubcircuitDefinition.
Inheritance
System.Object
BiasingUpdate
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 BiasingUpdate : SubcircuitBehavior<IBiasingUpdateBehavior>, IBiasingUpdateBehavior, IBehavior, IParameterSetCollection, IParameterSet, ICloneable
Constructors
BiasingUpdate(String, SubcircuitSimulation)
Initializes a new instance of the BiasingUpdate class.
Declaration
public BiasingUpdate(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
IBiasingUpdateBehavior.Update()
Updates the behavior with the new solution.
Declaration
void IBiasingUpdateBehavior.Update()