Method: WorkflowJSON_Shim#outPath

Defined in:
lib/openstudio/workflow_json.rb

#outPathObject



304
305
306
307
308
309
310
# File 'lib/openstudio/workflow_json.rb', line 304

def outPath
  if @workflow[:out_name]
    OpenStudio.toPath(@workflow[:out_name])
  else
    OpenStudio.toPath('./out.osw')
  end
end