Load

class pmrf.models.components.ideal.Load(gamma: Any, z0: Any = 50.0, nports: int = 1, *, name: str | None = None, metadata: Any = None)

Bases: Model

A class for ideal N-port loads defined by their reflection coefficient.

The reflection coefficient is defined into a reference impedance z0.

gamma: Param

The reflection coefficient

nports: int = 1

Number of ports

z0: Param = 50.0

The reference impedance at which this gamma is defined