pybtls.utils.output_pickle.save_output#
- save_output(output, file_path)[source]#
Save the output data to a file.
- Parameters:
output (dict[str, _OutputManager]) –
The output data to save.
The keys are the sim_tags.
The values are the _OutputManager objects.
file_path (Path) – The path to the file where the output data will be saved.
- Return type:
None