unmyelinated_results.block_summary

unmyelinated_results.block_summary(AP_start: float, freq: float = None, t_refractory: float = 1) dict

Return axon block characteristics: blocked, onset response, number of APs)

Parameters:
  • AP_start (float) – timestamp of the test pulse start, in ms.

  • freq (float, optional) – Frequency of the stimulation, for KES block, by default None

  • t_refractory (float, optional) – Axon refractory period, by default 1

Returns:

axon_state – tuple containing the block characteristics: is_blocked (bool), has_onset (bool), n_onset (int)

Return type:

dict