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.
- Parameters:
- Y1: AbstractVariable | Inexact[jaxlib._jax.Array, '...']
Admittance of the first shunt branch.
- Y2: AbstractVariable | Inexact[jaxlib._jax.Array, '...']
Admittance of the second shunt branch.
- Y3: AbstractVariable | Inexact[jaxlib._jax.Array, '...']
Admittance of the series branch.
- Y4: AbstractVariable | Inexact[jaxlib._jax.Array, '...']
Admittance of the bridging branch.