myogen.simulator.MotorNeuronPool.data#

property MotorNeuronPool.data: list[Segment]#

List of neo segments containing recorded data from simulation.

Returns:

List of neo segments containing the recorded data

Return type:

list[neo.core.segment.Segment]

Raises:

AttributeError – If data has not been computed. Run generate_spike_trains() first.