padne.problem¶
Classes¶
Represents a single copper layer of the input circuit board. |
|
Opaque identifier for a node in the network. |
|
Represents a connection between an internal node of the Network and |
|
Represents a lumped element in the network. |
|
Represents a lumped element in the network. |
|
Represents a lumped element in the network. |
|
Represents a lumped element in the network. |
|
Represents a lumped element in the network. |
|
Module Contents¶
- class padne.problem.Layer[source]¶
Represents a single copper layer of the input circuit board.
The individual polygons are cached in the .geoms field to avoid expensive Shapely copying when accessing them repeatedly using shape.geoms[…].
- class padne.problem.Connection[source]¶
Represents a connection between an internal node of the Network and a point in the layer.
- class padne.problem.Network[source]¶
- connections: list[Connection][source]¶
- elements: list[BaseLumped][source]¶
- class padne.problem.Resistor[source]¶
Bases:
BaseLumpedRepresents a lumped element in the network.
- class padne.problem.VoltageSource[source]¶
Bases:
BaseLumpedRepresents a lumped element in the network.
- class padne.problem.CurrentSource[source]¶
Bases:
BaseLumpedRepresents a lumped element in the network.
- class padne.problem.VoltageRegulator[source]¶
Bases:
BaseLumpedRepresents a lumped element in the network.