class BTAP::OpenStudioLibrary

Attributes

library[RW]

Public Class Methods

new() click to toggle source

This method initializes the library. @author phylroy.lopez@nrcan.gc.ca

# File lib/openstudio-standards/btap/btap.rb, line 173
def initialize()
  #path to openstudio library
  @lib_path = "C:\\Program Files (x86)\\OpenStudio 1.2.0\\share\\openstudio\\OSApp\\hvaclibrary\\hvac_library.osm"
  @library = BTAP::FileIO::load_osm(@lib_path, "OpenStudio_Library")
end