nodal

Models that alter the nodal environment of wrapped models.

This includes adding/removing ground, introducing coupling, etc.

Classes

CoupledOnePorts(coupled, k_matrix, *[, z0, ...])

(experimental) Wraps N 1-port models (e.g. inductors) and couples them via a given K-matrix.

CoupledTwoPorts(coupled, k_matrix, *[, z0, ...])

(experimental) Wraps N 2-port models (e.g., Inductors) and couples them via a given K-matrix.

GroundExposed(exposed, *[, z0, name, metadata])

A wrapper that converts an N-port grounded model into an (N+1)-port model by exposing the global ground as a single, accessible terminal.

GroundLifted(lifted, *[, z0, name, metadata])

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

Shunt(shunt, *[, z0, name, metadata])

Represents a 1-port network connected in parallel (shunt) across a 2-port line.