Attenuator

class pmrf.models.components.ideal.Attenuator(loss: Any, *, name: str | None = None, metadata: Any = None, z0: Any = 50.0)

Bases: Model

(experimental) A matched, 2-port physical attenuator.

Parameters:
  • loss (Param) – The attenuation in dB (a positive value indicates loss).

  • z0 (ArrayLike, default=50.0) – The intrinsic characteristic impedance for which the physical attenuator was designed.

loss: Param

The attenuation in dB.

z0: ndarray = 50.0

The intrinsic characteristic impedance of the physical device.