Interface INoiseBehavior
A behavior that is used by Noise.
Inherited Members
Namespace: SpiceSharp.Behaviors
Assembly: SpiceSharp.dll
Syntax
public interface INoiseBehavior : INoiseSource, IBehavior, IParameterSetCollection, IParameterSet
Methods
Compute()
Computes the noise contributions.
Declaration
void Compute()
Remarks
This method is called right after performing backward substitution and storing the solution.
Load()
Loads the noise behavior. Can be used to apply the inputs of the noise simulation.
Declaration
void Load()
Remarks
This method is run right before forward substitution of the transposed matrix when iterating for noise.