LumpedElement

rfnetwork.elements.LumpedElement

class rfnetwork.elements.LumpedElement(value=0, shunt=False)

Bases: Component

Base Class for 2-port series and shunt lumped elements

Parameters

valuefloat

Resistance (Ohms), capacitance (F), or inductance (H) of lumped component.

shuntbool, default: False

If True, port 2 is connected to ground and port 1 is transformed into a 2-port component that can be cascaded with other components.

Methods

LumpedElement.evaluate_sdata_from_z(z)

Compute the s-matrix given the series impedance of the lumped element.

Attributes

LumpedElement.MULTIPLIER