File: analyze_simulation.py

package info (click to toggle)
bmtk 1.1.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 204,040 kB
  • sloc: python: 37,064; javascript: 1,998; makefile: 42; sh: 33
file content (4 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
from bmtk.analyzer.compartment import plot_traces

plot_traces(config_file='simulation_config.json', node_ids=[0], report_name='v_report')
plot_traces(config_file='simulation_config.json', node_ids=[0], report_name='cai_report')