edges_cal.reflection_coefficient.SMatrix.cascade_with

SMatrix.cascade_with(other: Self) Self[source]

Return a new TwoPortNetwork from the conjunction of two two-port networks.

To achieve this, we first convert to Transfer matrices, then perform matrix multiplication, and then convert back to a SMatrix.