First time here? Check out the Help page!
1 | initial version |
The OpenStudio logging system is more for logging from within the C++, it isn't for logging in measures, that is what the runner is for. I suppose you could extend Model to have an instance variable @runner
so you could set the runner on the model and then use it in all your functions. I'd prefer to just pass the runner in to each function though.