vmem_plot

nrv.ui.vmem_plot(results: axon_results, freq: float = None, save: bool = False, fdir: str = '')[source]

Plot and save the membrane potential along each axon of the fascicle

Parameters:
  • results (axon_results) – results of the axon simulation.

  • freq (float, optional) – Filter vmem at the specified frequency, by default None

  • save (bool, optional) – if true, the block status is saved as a line in a .csv file, by default False

  • fdir (str, optional) – Path where the conductivity should be saved, the saving file will be fdir+”block_summary.csv”, by default “”

Returns:

updated results.

Return type:

axon_results