Next: schedule.ccl
Up: param.ccl
Previous: Parameter Data Scoping Items
Contents
Parameter Object Specification Items
[EXTENDS|USES] <parameter type> <parameter name>[[<len>]] "<parameter description>"
[AS <alias>] [STEERABLE=<NEVER|ALWAYS|RECOVER>]
[ACCUMULATOR=<expression>] [ACCUMULATOR-BASE=<parameter name>]
{
<parameter values>
} <default value>
where the options AS, STEERABLE, etc. following <parameter description>
must all appear on one line.
Note that the beginning brace ({) must
sit on a line by itself; the ending brace (}) must be at the
beginning of a line followed by <default value> on that same line.
Next: schedule.ccl
Up: param.ccl
Previous: Parameter Data Scoping Items
Contents
|