Interface ISubcircuitBehavior
Describes a behavior that can be used for subcircuits.
Inherited Members
Namespace: SpiceSharp.Components.Subcircuits
Assembly: SpiceSharp.dll
Syntax
public interface ISubcircuitBehavior : IBehavior, IParameterSetCollection, IParameterSet
Methods
FetchBehaviors(SubcircuitBindingContext)
Makes the behavior fetch the behaviors using the binding context.
Declaration
void FetchBehaviors(SubcircuitBindingContext context)
Parameters
Type | Name | Description |
---|---|---|
SubcircuitBindingContext | context |