Class for representing fused silica glass (FS). More...
Public Member Functions | |
| def | __init__ (self, lam) |
| Constructor. More... | |
Public Attributes | |
| lam_um | |
| n | |
Static Public Attributes | |
| float | A1 = 0.6961663 |
| float | A2 = 0.4079426 |
| float | A3 = 0.8974794 |
| float | B1 = 0.0684043**2 |
| float | B2 = 0.1162414**2 |
| float | B3 = 9.896161**2 |
Class for representing fused silica glass (FS).
| def PyPO.Sellmeier.FS.__init__ | ( | self, | |
| lam | |||
| ) |
Constructor.
Sets the wavelength at which refractive index will be calculated. Note that the wavelength has to be given in millimeters, otherwise PyPO will not return the correct refractive index.