save_csv_row
- compas_tno.utilities.save_csv_row(thicknesses, solutions, limit_state=True, path=None, title=None)[source]
Save a CSV file from the routine with several min/max thrust computations
- Parameters
thicknesses (list) – The list of the thickness computed for min/max thrust
solutions ([list, list]) – The list of solutions of min/max solutions
limit_state (bool, optional) – If limit state is included, by default True
path (str, optional) – Full path to save the file, by default None
title (str, optional) – Title for the analysis, by default None
- Returns
None – File is saved