| par_name [ = value ] type |
| (par_name = value ) type | ||
| Where "par_name" is the name of the parameter, "value" is the default value, and "type" is the type of the parameter. The type is enclosed in square brackets. | ||
| infile [file] | ||
| Describes an automatic (queried) file-type parameter with no default value. | ||
| (plot = yes) [bool] | ||
| Describes a hidden bool-type parameter named plot, whose default value is yes (true). | ||
Note: To set hidden parameters at runtime, specify them explicitly at the command line; for example:
|
||
| Last updated by: Chuck Patterson 03/24/2006 |