types module
Define types and type hints.
- DATA_0D = ('id', 'e_acc', 'p_rms', 'alpha')
SimulationResultsattributes stored as float.
- DATA_0D_t
SimulationResultsattributes stored as float.alias of
Literal[‘id’, ‘e_acc’, ‘p_rms’, ‘alpha’]
- DATA_1D = ('time', 'population', 'modelled_population')
SimulationResultsattributes stored as 1D arrays.