COPTION: Set Orbit Correction Options
The random generator for MAD is taken from
[Knuth].
In the orbit program monitors can be randomly disabled and
the correct option command specifies different seeds for random values:
COPTION,SEED=integer,PRINT=2
- SEED:
Selects a particular sequence of random values.
A SEED value is an integer in the range [0...999999999] (default: 123456789).
SEED alone continues with the current sequence
See also: Random values.
SEED may be an expression.
- PRINT:
This flag can take integer values and
controls the printout.
In general: the higher its value the more printout
is produced.
For PRINT=0 no output is produced.
The default value is 1 (Correction summary is given).
Example:
COPTION,SEED=987456321,PRINT=2;
Werner Herr
18.6.2002