I'm trying to use the OpenStudio Ruby SDK to import with GbXML. I get a "NameError: unitialized constant" error with
OpenStudio::GbXML::ReverseTranslator.new()
If I enter the EnergyPlus translator command it works.
OpenStudio::EnergyPlus::ReverseTranslator.new()
Creating an instance of the GbXML class also works fine.
OpenStudio::GbXML
Am I missing something in the syntax or is this class somehow missing from the Ruby SDK? Thanks for the help!