nested

Nested config files have to be parsed using configobj configparser.

Fully Parameteized Working Example

# each source is denoted by its own section aka '[SECTION]'
[my_source]
uid='MySource'				
outputs='SourceBus'
# Minimum number of arguments required
latitude=42
longitude=42
region='Here'
sector='Power'
carrier='Force'
node_type='hub'
amount='+inf'
maximum_apts={'SourceBus': 22}
minimum_apts={'SourceBus': 0}
maximum_positive_changes={'SourceBus': 42}
maximum_negative_changes={'SourceBus': 42}
is_operating=True
minimum_uptime=1
minimum_downtime=1