Navigation: Scripting Reference Manual > Functions & Subroutines > GetGeneralCoatingCoefficients

 

GetGeneralCoatingCoefficients

 

Contact Us: fredsupport@photonengr.com

 

Description

Retrieves the coefficients from a general coating at a specific wavelength and angle.

 

Syntax

success = GetGeneralCoatingCoefficients ( id, wavelength, angle, coating )

 

Parameters

success (Boolean)

Indicates if the function succeeded (True) or failed (False).

 

id As Long

Identifier of the general coating.

 

wavelength As Double

The wavelength whose coefficients are to be read.

 

angle As Double

The angle whose coefficients are to be read.

 

coating As T_GENERALCOATINGITEM

Structure containing coefficients from the specified data point.

 

Remarks

This function retrieves the coefficients from a general coating at a specific wavelength and angle. If there is a problem the function sets an error and returns False.

 

See Also

T_GENERALCOATINGITEM

AddGeneralCoating

AddGeneralCoatingWavelength

AddGeneralCoatingAngle

DeleteGeneralCoatingWavelength

DeleteGeneralCoatingAngle

GetGeneralCoatingAngleCount

GetGeneralCoatingAngleSpec

GetGeneralCoatingIthAngle

GetGeneralCoatingIthWavelength

GetGeneralCoatingWavelengthCount

SetGeneralCoatingAngleSpec

SetGeneralCoatingCoefficients

Examples

Coatings

 

 

 

 

 

Copyright © Photon Engineering, LLC