axon_results.is_blocked
- axon_results.is_blocked(AP_start: float, freq: float = None, t_refractory: float = 1) bool | None [source]
check if the axon is blocked or not.
Warning
A test pulse must be added to generate an AP propagating through the axon. This test AP is used to validate or not the neural conduction of the axon.
- 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:
True is the axon is blocked (the test AP doesn’t propagate through), else false.
- Return type:
bool