Ground
- class pmrf.models.components.ideal.Ground(*, name: str | None = None, metadata: Any = None)
Bases:
ModelRepresents a ground connection.
This class serves as a placeholder for a ground node in a
pmrf.models.Circuitdefinition. Calling build returns a short circuit model.The ground does not have a reference impedance, since an ideal ground circuit has the same S-parameters irrespective of the reference impedance.