spreadsheet

This module creates a spreadsheet of simulation stats.

Can run from graph if enabled in config (cfg.enable_spreadsheet), or run manually as a standalone executable.

spreadsheet.data_time_trunc(x, y)

Shorten an array y with corresponding values of the time array x to only show values for whole minutes.

Parameters
  • x (list, tuple) – The time array.

  • Y (list, tuple) – The target array.

Returns

The truncated array as a list.

Return type

list

spreadsheet.main()

Run the program.