Class Time
An ITimeBehavior for a SubcircuitDefinition.
Inheritance
Time
Implements
Inherited Members
Namespace: SpiceSharp.Components.Subcircuits
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(Subcircuit))]
public class Time : Biasing, ISubcircuitBehavior, IBiasingUpdateBehavior, IConvergenceBehavior, IBiasingBehavior, ITimeBehavior, IBehavior, IParameterSetCollection, IParameterSet
Constructors
Time(SubcircuitBindingContext)
Initializes a new instance of the Time class.
Declaration
public Time(SubcircuitBindingContext context)
Parameters
Type | Name | Description |
---|---|---|
SubcircuitBindingContext | context | The context. |
Methods
FetchBehaviors(SubcircuitBindingContext)
Makes the behavior fetch the behaviors using the binding context.
Declaration
public override void FetchBehaviors(SubcircuitBindingContext context)
Parameters
Type | Name | Description |
---|---|---|
SubcircuitBindingContext | context |