A number of standard models is defined in the library folder. To use library elements, use the following syntax:
from brian.library.module_name import *
For example, to import electrophysiology models:
from brian.library.electrophysiology import *
Managing simulation runs and data
Library models
Enter search terms or a module, class or function name.