Interface IBiasingBehavior
An interface that describes behaviors for biasing in a IBiasingSimulation. This behavior is responsible for calculating the DC equivalent behavior of an entity, ie. for biasing the circuit.
Inherited Members
Namespace: SpiceSharp.Behaviors
Assembly: SpiceSharp.dll
Syntax
public interface IBiasingBehavior : IBehavior, IParameterSetCollection, IParameterSet
Methods
Load()
Loads the Y-matrix and right hand side vector.
Declaration
void Load()
Exceptions
Type | Condition |
---|---|
SpiceSharpException | Thrown if the behavior can't load the matrix and/or right hand side vector. |