Description Computes the S complex transmission coefficient of a particular coating using incident and substrate material refractive indices.
Syntax success = EvaluateCoatingTranS ( id, incident, substrate, wv, ang, real, imag )
Parameters success (Boolean) Indicates the success or failure of the calculation
id As Long Identifier of the coating.
incident As Double The refractive index of media from which a ray is incident upon the coating.
substrate As Double The substrate media refractive index on which the coating is applied.
wv As Double The wavelength at which the transmission is to be calculated.
ang As Double The angle of incidence at which the transmission is to be calculated.
real As Double The real component of the complex transmission coefficient (return value).
imag As Double The imaginary component of the complex transmission coefficient (return value).
Remarks This function computes the S complex transmission coefficient of a particular coating. If there is a problem the function sets an error and returns False.
See Also Examples
|