GroundLifted

class pmrf.models.composite.nodal.GroundLifted(lifted: Model, *, name: str | None = None, metadata: Any = None)

Bases: Model

A wrapper that converts an N-port grounded model into a 2N-port ungrounded model.

The inner component’s signal paths map to the even ports (0, 2, 4, …, 2N-2). The inner component’s ground is lifted and connected to the odd ports (1, 3, 5, …, 2N-1), forming an isolated common-return star node.

Parameters:

lifted (Model) – The inner N-port model to be wrapped and lifted from the global ground.

lifted: Model

The inner N-port model to be wrapped.