fascicle_results.get_recruited_axons fascicle_results.get_recruited_axons(ax_type: str = 'all', normalize: bool = False, vm_key: str = 'V_mem', t_start: float = None) → int | float[source] Return the number or the ratio of recruited axons in the fascicle Parameters: ax_type (str, optional) – type of axon counted,possible options: ”all” (default) ”unmyelinated” ”myelinated” normalize (bool, optional) – if False the total number of recruited axons is returned, else the ratio is returned, by default False Returns: number of recruited axons Return type: int or float