Status Listings

Application-Specific Warnings

Table 5-7. Application-Specific Warnings (5 of 6)

Error Number

Error Description [description/explanation/examples]

 

 

8028

desc = “A minimum non-zero span is required.”

 

help = “The application cannot run in a zero span setting. The start and stop

 

wavelength must be separated by a minimum span. The line number indicates

 

the line in the specification file which had a start and stop wavelength pair that

 

did not meed the minimum span requirement.”

8029

desc = “The requested function is not yet implemented.”

 

help = “The statement within the specification file is not implemented in this

 

version of the application. The word in parentheses has been reserved for future

 

use. The statement at the specified line number needs to be removed before the

 

specification file can be imported.”

8030

desc = “A SETUP statement is needed before SWEEP.”

 

help = “The wavelength limits of the SWEEP statement are checked against the

 

wavelength limits in the SETUP statement. This check requires that the SETUP

 

statement occur before the SWEEP statement. The line number indicates which

 

SWEEP statement is not preceded by the SETUP statement.”

8031

desc = “The SWEEP limits are outside the SETUP range.”

 

help = “The start and stop values for the SWEEP statement must be within the

 

start and stop values of the SETUP statement. The line number indicates which

 

SWEEP statement has values out of range. The number in the parentheses

 

indicates which parameter is out of range.”

8032

desc = “The units of the inputs are not compatible.”

 

help = “The units of the inputs to a math operation need to be compatible with

 

the operation desired. Addition and subtraction need to have matching units.

 

Multiplication needs to have a unitless parameter. Division needs a unitless

 

denominator or the units for the numerator and denominator need to match. The

 

line number indicates which statement had the mismatched input units.”

8033

desc = “The reference point is outside the SETUP range.”

 

help = “The reference point value must be within the start and stop values of the

 

SETUP statement. The line number indicates which statement had the value out

 

of range.”

8034

desc = “The values are associated with different axes.”

 

help = “The variables used in a basic math operation like ADD or DIV must be

 

associated with the same data axis (e.g. wavelength or amplitude). Mixing the

 

axes values within a single math operation is not allowed. The line number

 

indicates which statement had the incompatible variables.”

5-32