sdynpy.fileio.sdynpy_uff.write_uff_line

write_uff_line(data, format_specs, fill_line=True)[source]

Write data to universal file format

Parameters
  • data (iterable) – The data to write to the universal file.

  • format_specs (iterable) – The format specification for each value in data

  • fill_line (bool, optional) – Fill the line completely. The default is True.

Returns

line – A string representation of the data in the universal file format

Return type

str