Description Retrieves the parameters for a thin film coating.
Syntax success = GetThinFilmCoatingParameters ( id, wavelength, angle, units, isSubstrateAtLastLayer )
Parameters success (Boolean) Indicates if the function succeeded (True) or failed (False).
id As Long Identifier of the coating.
wavelength As Double Returns the design wavelength for the coating.
angle As Double Returns the design angle for the coating.
units As String Returns the preferred thickness units for the coating. This variable is set to one of the following: "wavelength", "micron", or "geometry".
isSubstrateAtLastLayer As Boolean Indicates if the substrate is the last layer for the coating (True) or not (False).
Remarks This function retrieves the parameters for a thin film coating. If there is a problem the function sets an error and returns False.
See Also Examples
|