BoxSection
- class pmrf.models.components.sections.BoxSection(Y1: Any, Y2: Any, Y3: Any, Y4: Any, *, name: str | None = None, metadata: Any = None)
Bases:
ModelA 4-port model of a general Box-network.
Port layout
- param Y1:
Admittance of the left branch (Port 0 to Port 1).
- type Y1:
Param
- param Y2:
Admittance of the right branch (Port 2 to Port 3).
- type Y2:
Param
- param Y3:
Admittance of the top branch (Port 0 to Port 2).
- type Y3:
Param
- param Y4:
Admittance of the bottom branch (Port 1 to Port 3).
- type Y4:
Param