navigate.tools.multipos_table_tools.write_to_csv_file
- navigate.tools.multipos_table_tools.write_to_csv_file(positions, file_path)
Write positions to a csv file.
- Parameters:
pos (list or np.array) – A list of positions.
file_path (str) – The target csv file path.
- Returns:
result – Whether positions are saved successfully.
- Return type:
bool