3.1.1. simulator package

3.1.1.1. Subpackages

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

3.1.1.4. Module contents