myogen.simulator.MotorNeuronPool.active_neuron_indices#

property MotorNeuronPool.active_neuron_indices: list[ndarray]#

List of arrays containing indices of active neurons in each pool.

Returns:

List of arrays of indices of the active neurons in each pool

Return type:

list[numpy.ndarray]

Raises:

AttributeError – If active neuron indices have not been computed. Run generate_spike_trains() first.