Interface IComponentBindingContext
A template for a binding context to bind component behaviors to simulations.
Inherited Members
Namespace: SpiceSharp.Components
Assembly: SpiceSharp.dll
Syntax
public interface IComponentBindingContext : IBindingContext
Properties
ModelBehaviors
Gets the model behaviors.
Declaration
IBehaviorContainer ModelBehaviors { get; }
Property Value
Type | Description |
---|---|
IBehaviorContainer | The model behaviors. |
Nodes
Gets the nodes that the component is connected to.
Declaration
IReadOnlyList<string> Nodes { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<string> | The nodes. |