Module:
sdynpy.fileio.sdynpy_uffSource: GitHub
Signature¶
def sdynpy.fileio.sdynpy_uff.parse_uff_lines(lines, line_format_spec, read_number)Reads multiple lines from a universal file
Parameters¶
lines : iterable List of lines to read
line_format_spec : iterable The format specifiers for the line that determines how the string is transformed into data
read_number : int The number of entries to read
Returns¶
output
Data from the universal file over the specified lines.
lines_read : int Number of lines read from the universal file