Basic FTOOL Parameter Usage
Automatic Parameters:
par_name [ = value ] <valid values> type | ||
Where par_name
is the name of the parameter, value is the
default value,
valid values are valid parameter values,
separated by | characters,
and type is the type of the parameter. The
type is enclosed in square
brackets. |
Hidden Parameters:
(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. |
Examples:
infile [file] | ||
Describes an automatic (queried) file-type parameter with no default value. | ||
irf = kb_E_50h_v3 <kb_E_50h_v3|kb_H_50h_v3> [string] | ||
Describes an automatic (quiered) string-type parameter with two value options. | ||
(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: Jürgen Knödlseder 8 March 2011