<name> <s>,<nargs> ,ARG1=,ARG2=,...,ARGn=,Each entry specifies the following:
<name>
*
) indicating the minimum number of letters
(to the left of the star) required when abbreviating the name of the command.
EXPLAIN
command in the SYS option tree is specified
as EXP*LAIN
. This means that any abbreviation of the name starting
with EXP
can be used (e.g. EXP
, EXPL
, and
EXPLAIN
would all be valid).<s>
<nargs>
3+
") to indicate
that it takes N-or-more arguments.PLOT
) that have "Keyword Only Parameters" indicate
this by using plus sign.ARG1=,ARG2=,...,ARGn=,
TAG=
form.TAG=VALUE
format. Any defaults that are strings should be
quoted.CALCULATOR
is an example of this). In those cases the
TAG=
is omitted.CALC*ULATOR I,2+ ,LABEL=ANSWER,, DEMO* M,2 ,PORT=9101,REMOTE=localhost:9000, DATA*LIST P,5 ,FILE=,START=0,NELEM=32,ABSC=IN,FORM=,, EXP*LAIN I,2 ,NAME=EXPLAIN,SECTION=, PLOT* P,1+ ,FILE=,