Module: OpenStudio

Defined in:
lib/openstudio/workflow/run.rb,
lib/openstudio-workflow.rb,
lib/openstudio/workflow/adapter.rb,
lib/openstudio/workflow/version.rb,
lib/openstudio/workflow/adapters/local.rb,
lib/openstudio/workflow/adapters/mongo.rb,
lib/openstudio/workflow/jobs/lib/apply_measures.rb

Overview

module containing the methods to apply measures to a model must define the following

@logger : where to log information
@model : the OpenStudio model on which to apply measures
@datapoint_json : the datapoint JSON
@anlaysis_json : the analysis JSON
@output_attributes : hash to store any output attributes
@sql_filename : needed for reporting measures

Defined Under Namespace

Modules: Workflow