Description Sets a particular entry in wavelength table of a Luneberg GRIN material.
Syntax SetIthLunebergGRINMaterial id, nWavelenNum, wave, N0, R0
Parameters id As Long The identifier of the GRIN Material.
nWavelenNum As Long The index of the entry in the wavelength table that will be changed.
wave As Double The new wavelength for the entry.
N0 As Double The new N0 value for the entry.
R0 As Double The new R0 value for the entry.
Remarks SetIthLunebergGRINMaterial sets a particular entry in wavelength table of Luneberg GRIN material. The wavelength table is sorted after this subroutine is called, so the entry may not remain at the index WaveLenNum in the table.
See Also Examples
|