Show / Hide Table of Contents

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
IBehavior.Name
IParameterSetCollection.GetParameterSet<P>()
IParameterSetCollection.TryGetParameterSet<P>(out P)
IParameterSetCollection.ParameterSets
IParameterSet.SetParameter<P>(string, P)
IParameterSet.TrySetParameter<P>(string, P)
IParameterSet.GetProperty<P>(string)
IParameterSet.TryGetProperty<P>(string, out P)
IParameterSet.CreateParameterSetter<P>(string)
IParameterSet.CreatePropertyGetter<P>(string)
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.

Extension Methods

Utility.ThrowIfNull<T>(T, string)
Documentation.ParameterValues<T>(IParameterSet, bool)
Documentation.Parameters(IParameterSet)
Documentation.ParameterValues<T>(IParameterSetCollection, bool)
Documentation.Parameters(IParameterSetCollection)

See Also

IBehavior
In this article
Back to top Generated by DocFX