Public Attributes
bbp::sonata::SimulationConfig::ModificationConfigureAllSections Struct Reference
Inheritance diagram for bbp::sonata::SimulationConfig::ModificationConfigureAllSections:
bbp::sonata::SimulationConfig::ModificationBase

Public Attributes

std::string sectionConfigure
 
- Public Attributes inherited from bbp::sonata::SimulationConfig::ModificationBase
std::string nodeSet
 Node set which receives the manipulation.
 
ModificationType type
 Name of the manipulation. Supported values are “TTX” and “ConfigureAllSections”.
 

Additional Inherited Members

- Public Types inherited from bbp::sonata::SimulationConfig::ModificationBase
enum  ModificationType { invalid = -1, TTX, ConfigureAllSections }
 

Member Data Documentation

◆ sectionConfigure

std::string bbp::sonata::SimulationConfig::ModificationConfigureAllSections::sectionConfigure

For “ConfigureAllSections” manipulation, a snippet of python code to perform one or more assignments involving section attributes, for all sections that have all the referenced attributes. The format is "%s.xxxx; %s.xxxx; ...".