Interface ISubcircuitDefinition
Interface that describes an entity collection for a Subcircuit.
Inherited Members
Namespace: SpiceSharp.Components
Assembly: SpiceSharp.dll
Syntax
public interface ISubcircuitDefinition : ICloneable<ISubcircuitDefinition>
Properties
Entities
Gets the entities defined in the subcircuit.
Declaration
IEntityCollection Entities { get; }
Property Value
Type | Description |
---|---|
IEntityCollection | The entities inside the subcircuit. |
Pins
Gets the pin names. These are the nodes that can be connected to the outside.
Declaration
IReadOnlyList<string> Pins { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<string> | The pins. |