Ground

class pmrf.models.components.ideal.Ground(*, name: str | None = None, metadata: Any = None)

Bases: Model

Represents a ground connection.

This class serves as a placeholder for a ground node in a pmrf.models.Circuit definition. 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.