skrf.tlineFunctions.load_impedance_2_reflection_coefficient_at_theta
- skrf.tlineFunctions.load_impedance_2_reflection_coefficient_at_theta(z0, zl, theta)[source]
Reflection coefficient of load at a given electrical length.
Reflection coefficient of load impedance zl at a given electrical length, given characteristic impedance z0.
- Parameters:
z0 (number or array-like) – characteristic impedance.
zl (number or array-like) – load impedance
theta (number or array-like) – electrical length of the line (may be complex).
- Returns:
Gamma_in – input reflection coefficient at theta
- Return type:
number or array-like