Configuring your BSB Python Projects

  • [tools.bsb]: The root configuration section: You can set the values of any Options here.

    • [tools.bsb.links]: Contains the file link definitions.

    • [tools.bsb.links."my_network.hdf5"]: Storage specific file links In this example for a storage object called “my_network.hdf5”

[tools.bsb]
verbosity = 3

[tools.bsb.links]
config = "auto"

[tools.bsb.links."thalamus.hdf5"]
config = [ "sys", "thalamus.json", "always",]