Description Sets the wavelengths and corresponding values of a sampled spectrum. If the spectrum being modified is not a sampled spectrum, an error is set and the operation is halted.
Syntax SpectrumSetSampledEntries spectNode, wavelens( ), values( )
Parameters spectNode As Long Node number of the spectrum being modified.
wavelens( ) As Double An array containing the wavelengths sampled by the spectrum.
values( ) As Double An array containing the values at the wavelengths sampled by the spectrum.
Remarks
See Also SpectrumGetSampledIthWavelength
|