Module:
sdynpy.fileio.sdynpy_uffSource: GitHub
Signature¶
def sdynpy.fileio.sdynpy_uff.write_uff_line(data, format_specs, fill_line=True)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 : str A string representation of the data in the universal file format