3.1.1. simulator package
3.1.1.1. Subpackages
- 3.1.1.1.1. simulator.atdome package
- 3.1.1.1.2. simulator.atmcs package
- 3.1.1.1.3. simulator.emitters package
- 3.1.1.1.4. simulator.watcher package
- 3.1.1.1.5. simulator.weatherstation package
3.1.1.2. Submodules
3.1.1.3. simulator.main module
Main executable of the LOVE-simulator.
- simulator.main.read_config(path, source=None, csc=None)
Reads a given config file and returns the lists of CSCs to listen to. It can read the full file (by default), or read only a specific key
3.1.1. Parameters
- path: string
The full path of the config file
- source: string
optional source to filter, the results will only consider values with the given source
- csc: string
optional CSC to filter, the results will only consider values with the given CSC
3.1.1. Returns
- csc_list: [()]
The list of CSCs to run as a tuple with the CSC name and index