Description Sets the wavelength range of a Gaussian spectrum. If the spectrum being modified is not a Gaussian, an error is set and the operation is halted.
Syntax SpectrumSetGaussianRange spectNode, minWav, maxWav
Parameters spectNode As Long Node number of the spectrum being modified.
minWav As Double New minimum wavelength of the spectrum.
maxWav As Double New maximum wavelength of the spectrum.
Remarks
See Also SpectrumGetGaussianCenterWavelength SpectrumSetGaussianCenterWavelength
|