Reading rows from a file

| Vectorized |
in the palette on the schematic
The block reads a new row from the text file at each step of the block calculation. The table is set as a text file, where the format of each row should be as follows:
< function value 1> … < function value N> 
Прим.: the separation sign of the fractional part in the file should be a dot. The separators of the values in the row can be space characters, tabs, ";", ":". If the line in the file is empty or starts with the characters "$", "/", "{", then it is perceived as a comment and is skipped.

Inputs

none

Outputs

  • output - block output.

Properties:

  • Name of the file with the table – the relative path to the table file;
  • Number of columns in the table – corresponds to the dimension of the output;
  • Row reading cycle – the step with which the block reads a new row;

Parameters

none