eit_forward_results.v_rec eit_forward_results.v_rec(t: ndarray | float | None = None, i_e: ndarray | int | None = None, **kwgs) → ndarray[source] Return recorder voltages from the nerve simulation. Parameters: t (np.ndarray | float | None, optional) – Evaluation times. If provided, recorder signals are interpolated. i_e (np.ndarray | int | None, optional) – Recording electrode indices to extract. **kwgs (dict) – Additional keyword arguments forwarded to ix_(). Returns: Selected or interpolated recorder voltages. Return type: np.ndarray