Template Function importConfig¶
- Defined in File CSimulation.h
Function Documentation¶
-
template<class
T>
static PyObject *importConfig(PyTemplate<T> *self, PyObject *args) Imports the config parameters from a file. The file should be of the format generated by ConfigFileParser in Python.
- Template Parameters
T: the simulation type
- Parameters
self: the Python self objectargs: arguments to parse