collect
Build a battery-data collection by kind (summary, cycles, ica, dva) and get a handle plus frame shape. Use it to prepare data for previewing or exporting without loading the full frame.
Instructions
Build a collection. kind is one of: summary, cycles, ica, dva.
Returns a handle and the frame's shape — never the frame. Use preview_collection for rows, export_collection for the numbers.
For summary, give either columns or family (a name from
describe_plot_families; the family supplies its own collect options).
For cycles / ica / dva, give cycles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| cells | No | ||
| cycles | No | ||
| family | No | ||
| columns | No | ||
| group_it | No | ||
| max_cycle | No |