Navigation: Scripting Reference Manual > Functions & Subroutines > EvaluateCoatingReflS

 

EvaluateCoatingReflS

 

Contact Us: fredsupport@photonengr.com

 

Description

Computes the S complex reflection coefficient for a particular coating using incident and substrate material refractive indices.

 

Syntax

success = EvaluateCoatingReflS ( 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 reflection is to be calculated.

 

ang As Double

The angle of incidence at which the reflection is to be calculated.

 

real As Double

The real component of the complex reflection coefficient (return value).

 

imag As Double

The imaginary component of the complex reflection coefficient (return value).

 

Remarks

This function computes the S complex reflection coefficient for a particular coating. If there is a problem the function sets an error and returns False.

 

See Also

EvaluateCoatingReflP

EvaluateCoatingTranS

EvaluateCoatingTranP

Examples

Coating

 

 

 

 

 

Copyright © Photon Engineering, LLC