interconnected

Composite models that physically connect ports of other models.

Classes

Cascade(models, *[, name, z0])

Represents a cascade, or series connection, of two or more Model objects.

Circuit([connections])

Represents an arbitrary circuit defined by component connections.

Shunt(model, *[, name, z0])

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

Terminated(from_model, into_model, *[, name, z0])

Represents one network terminated in another.