axon_state nrv.ui.axon_state(results_sim, save=False, saving_file='axon_state.json')[source] Return axon caracteristics (blocked, Onset response, …) from axon simulation results Parameters: results_sim (dict or str) – simulation results dictionary or path and name of the saving file save (bool) – if True save result in json file saving_file (str) – if save is True path and name of the saving file Returns: axon_state – dictionary containing axon caracteristics Return type: dict