PSG Point in General (Text) Format is a table containing two columns and one or more rows (except the header row) (see PSG Point).
Syntax
point_<point_name>
Description
PSG Point has the following structure:
The first row contains names of columns. The name of the first column is “component_name”, and name of the second column is "value". The first column contains names of the Point components, and the second column contains numerical values of corresponding components.
Note. Columns in PSG Point must be separated only by tab or space characters.
Remarks
• | Name of point consist of two parts: "point_" and "<point_name>" (user specified). |
• | Name of point should not exceeds 128 symbols, it is not case sensitive, and includes only alphabetic characters, numbers, and underscore sign, “_”. |
• | Values less than or equal to -1020 are treated as -∞, and values larger than or equal to 1020 are treated as +∞. |
Example
PSG Point prepared in General (Text) Format of PSG and saved in file "point_problem_cvar.txt":
See also