Description Deletes a particular wavelength specification from a source.
Syntax success = DeleteSourceIthWavelengthSpec ( n, spec )
Parameters success (Boolean) True if the function succeeded, False otherwise.
n As Long Node number of the source.
spec As Long The index (zero based) of the wavelength specification to be deleted.
Remarks This function deletes a particular wavelength specification from a source. If there is a problem the function sets an error and returns False.
See Also Examples
|