types module

Define types and type hints.

DATA_0D = ('id', 'e_acc', 'p_rms', 'alpha')

SimulationResults attributes stored as float.

DATA_0D_t

SimulationResults attributes stored as float.

alias of Literal[‘id’, ‘e_acc’, ‘p_rms’, ‘alpha’]

DATA_1D = ('time', 'population', 'modelled_population')

SimulationResults attributes stored as 1D arrays.

DATA_1D_t

SimulationResult attributes stored as 1D arrays.

alias of Literal[‘time’, ‘population’, ‘modelled_population’]