Read_Text_Sequence(Rd_Txt_Sequence)
Synopsis
Reads in a sequence of numbers from an ascii file into a uniform field.
Input Port
Parameters
Output Port
Description
Read_Text_Sequence (the Network Editor name is shortened to Rd_Txt_Sequence) reads in one or more arrays from an ascii file that contains only the contents of the array with no extra information such as array dimensions, data types, etc. into a uniform field. The reader does not make any assumptions about the structure (dimensions) or the data type of the input data. All information about the structure and the data type must be specified. One exception is that if data type is undefined. The reader will attempt to guess between integer and double (floating point).
Each array in the input file is mapped to a separate node data component. The UI uses the term "variables," which corresponds both to the number of arrays in the original data file and the number of components in the resulting field.
Input
Parameters
dimension1
dimension2
dimension3A string that specifies a character or sequence of characters to be used as column separator.
This parameter is relevant only if you have also selected "user" in the column_separator parameter.
Radio box items that specify the type of the output data. The allowed values are byte, short, int, float, double, and string.
Output Port
Example
File
See also related modules