Defining a Population
A population is defined by a number of text lines stored in a memory buffer. The text is placed in the buffer using the instruction SEQ_BUFFER.
Each population definition consists of a line defining its name followed by a number of other lines defining its attributes.
The number of attributes of each type is limited to 50 for a population, e.g. 50 domains, 50 natures etc.
If more attributes are added, they cause an error in the Log Viewer when the application is loaded: '\popu.dat line 104...'.
A work-around of defining more populations would impose system overheads.
Syntax for population name
POPULATION, Version, Name, 0, 0, Comment
Argument |
Meaning |
Version |
Always 23. |
Name |
The name by which the population will be known. |
Comment |
A free format comment. |
Syntax for population attributes
POPDEF, Name, Attribute, Mode, Value
Argument |
Meaning |
Name |
The name of the population to which the attribute is to be applied. |
Attribute |
The attribute type:
|
Mode |
IN Include in the population. OUT Exclude from the population. |
Value |
The value of the attribute. For example, if the attribute parameter is FLAG, it could be the value 0080. |