myogen.simulator.IntramuscularElectrodeArray.initial_positions#

property IntramuscularElectrodeArray.initial_positions: ndarray#

Initial electrode positions after position/orientation setup.

Returns:

Array of shape (num_electrodes, 3) containing initial x, y, z coordinates of electrodes before trajectory movement is applied.

Return type:

numpy.ndarray

Raises:

AttributeError – If initial positions have not been set. Run set_position() first.