BoxSection

class pmrf.models.components.sections.BoxSection(Y1: Any, Y2: Any, Y3: Any, Y4: Any, *, name: str | None = None, metadata: Any = None)

Bases: Model

A 4-port model of a general Box-network.

Port layout

Port 0 —– Port 2
Y1 Y2

Port 1 —– Port 3

Y3 (top) Y4 (bottom)

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

Y1: Param
Y2: Param
Y3: Param
Y4: Param