hi there-
I have been toying around with the OpenStudio-server and Openstudio-analysis-spreadsheet. I have been able to successfully get all of this working properly thanks to some input from NREL (thanks for that)
Now I am trying to write my own custom reporting measure to work in this environment. When I try to follow the instructions online from here http://nrel.github.io/OpenStudio-user-documentation/reference/measure_writing_guide/
I try to use the runner.lastOpenStudioModel call but in the OpenStudio-server environment my measure seems to fail. Does anyone know why it does? Do I need to point the measure to look in a certain place? That is my instinct but not sure how to do this.
I tried following the Dencity measure that comes packaged with the spreadsheet, but couldn't get much insight there either.