myogen.simulator.SurfaceElectrodeArray.electrode_positions#

property SurfaceElectrodeArray.electrode_positions: tuple[ndarray, ndarray]#

Complete electrode position arrays (z, theta) in physical coordinates.

Returns:

Tuple containing: - pos_z: Longitudinal positions in mm, shape (num_rows, num_cols) - pos_theta: Angular positions in radians, shape (num_rows, num_cols)

Return type:

tuple[np.ndarray, np.ndarray]

Raises:

AttributeError – If electrode grid has not been created. Run constructor first.