Show / Hide Table of Contents

Interface ISubcircuitDefinition

Interface that describes an entity collection for a Subcircuit.

Inherited Members
ICloneable<ISubcircuitDefinition>.Clone()
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.

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

IParameterSetCollection
In this article
Back to top Generated by DocFX