reporting measure in Parametric Environment
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.
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.
does your measure run in the OS app? There are run logs for each datapoint run on the server that gives the output for each measure run. I would look in there for any error messages as well as the analysis run log.
also, did you include your measure in the variables tab of the spreadsheet? And set it to 'ReportingMeasure'?