Interface ICurrentControllingComponent
Describes a component that is current-controlled.
Inherited Members
Namespace: SpiceSharp.Components
Assembly: SpiceSharp.dll
Syntax
public interface ICurrentControllingComponent : IComponent, IEntity, IParameterSetCollection, IParameterSet, ICloneable<IEntity>
  Properties
ControllingSource
Gets the name of the controlling source.
Declaration
string ControllingSource { get; }
  Property Value
| Type | Description | 
|---|---|
| string | The controlling source.  |