reflection¶
-
modesolverpy.coupling_efficiency.reflection(n1, n2)[source]¶ Calculate the power reflection at the interface of two refractive index materials.
Parameters: - n1 (float) – Refractive index of material 1.
- n2 (float) – Refractive index of material 2.
Returns: The percentage of reflected power.
Return type: float