RunResult

Contents

RunResult#

class braincell.RunResult(time, traces)[source]#

Return value of Cell.run().

Variables:
  • time (brainunit.Quantity) – (n_steps,) time array spanning [start_t, start_t + duration).

  • traces (dict[str, Any]) – Probe-name → trace array mapping; one entry per placed probe.