range

Define the range of values permitted for the parameter

Description:

Currently only for ADAM (see SUN/115 for details).

Invocation

range min max

Arguments

min
The minimum acceptable value.
max
The maximum acceptable value.

Examples:

range 1 10

The value must lie between 1 and 10 inclusive.

range A Z

The value must lie between A and Z inclusive.


ADAM:

Produces an Interface File range field.
IRAF:
Set min and max values in the .par file.