Interface IBranchedBehavior<T>
An interface describing a behavior with a branch equation.
Inherited Members
Namespace: SpiceSharp.Components
Assembly: SpiceSharp.dll
Syntax
public interface IBranchedBehavior<T> : IBehavior, IParameterSetCollection, IParameterSet
Type Parameters
Name | Description |
---|---|
T |
Properties
Branch
Gets the branch equation variable.
Declaration
IVariable<T> Branch { get; }
Property Value
Type | Description |
---|---|
IVariable<T> | The branch equation variable. |