parameter

Define an action parameter

Description:

Declares a parameter name and defines its type etc.

Invocation

parameter name { definition }

Arguments

name
The name of the parameter.
definition
A Tcl script defining the parameter in terms of the Tcl procedures declared for a parameter.

Subcommands

The following keywords are defined within a parameter definition: position, type, size, access, outputpar, vpath, ppath, association, prompt, default, in, range, help, helpkey, repeated, dynamic. keyword.

Examples:

parameter par1 {

position 1

type _REAL

...

}

Defines parameter par1.


ADAM:

As specified – output to the .ifl files.
IRAF:
As specified – output to the .par file.