PSG Vector in General (Text) Format is a table with two columns. The first column contains the "id" of components of the Vector and the second column contains numerical values of the components (see PSG Vector).

 

Syntax

vector_<vector_name>

 

Description

 

PSG Vector has the following structure:

 

 

The first row contains names of columns. The name of  the first column is “id”, and name of the second column is "value". The first column contains numbers of rows (the first row is not numbered), and the second column contains numerical values of vector.

Note.  Columns in PSG Vector must be separated only by tab or space characters.

 

Remarks

Name of vector consist of two parts: "vector_" and "<vector_name>" (user specified).
Name of  vector 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 Vector prepared in General (Text) Format of PSG and saved in file "vector_example.txt":

 

vector_1

 

See also

PSG Vector in MATLAB