Description Retrieves the data from a particular wavelength of a specified Sampled Coating in the associated FRED document.
Syntax success = GetSampledCoatingIthWavelength ( id, indx, wavelength, refl, reflPhase, trans, transPhase )
Parameters success (Boolean) Indicates if the function succeeded (True) or failed (False).
id As Long Identifier of the Sampled Coating.
indx As Long The index (zero based) of the wavelength.
wavelength As Double Returns the wavelength of the ith sample point.
refl As Double Returns the reflection power of the ith sample point.
reflPhase As Double Returns the reflection phase (in degrees) of the ith sample point.
trans As Double Returns the transmission power of the ith sample point.
transPhase As Double Returns the transmission phase (in degrees) of the ith sample point.
Remarks This function retrieves the data from a particular wavelength of a specified Sampled Coating in the associated FRED document. If there is a problem the function sets an error and returns False.
See Also DeleteSampledCoatingIthWavelength DeleteSampledCoatingWavelength GetSampledCoatingWavelengthCount Examples
|