eit_results_list.get_acap_t_ppt
- eit_results_list.get_acap_t_ppt(thr: float = 0.05, verbose: bool = False, store: Literal['default', 'overwrite', 'external'] = 'default', **kwgs)[source]
Build a CAP timing table for all stored results.
- Parameters:
thr (float, optional) – Threshold forwarded to
eit_forward_results.get_acap_t_ppt().verbose (bool, optional) – If
True, print intermediate arrays.store (Literal["default", "overwrite", "external"], optional) – Storage policy forwarded to the parent implementation.
**kwgs (dict) – Additional keyword arguments forwarded to the parent implementation.
- Returns:
CAP timing dataframe aggregated across all results.
- Return type:
pd.DataFrame