myogen.simulator.IntramuscularElectrodeArray.electrode_positions#
- property IntramuscularElectrodeArray.electrode_positions: ndarray#
Current electrode positions in 3D space (mm).
- Returns:
Array of shape (n_nodes * num_electrodes, 3) containing x, y, z coordinates of each electrode position for all trajectory nodes.
- Return type:
- Raises:
AttributeError – If trajectory has not been calculated. Run set_linear_trajectory() first.