edges_cal.reflection_coefficient.SMatrix.from_transmission_line¶
- classmethod SMatrix.from_transmission_line(line: ee.TransmissionLine, length: tp.LengthType | None, load_impedance: tp.ImpedanceType = <Quantity 50. Ohm>)[source]¶
Generate a new SMatrix from a given transmission line object.
- Parameters:
line – The transmission line object to convert to an SMatrix.
length – The length of the transmission line (only required if not set on the line itself).
load_impedance – The impedance of a load connected to the network.