First time here? Check out the Help page!
1 | initial version |
If you look at the last two lines of the example measure tested documented here it will show you how to save a model in a command prompt.
# save the model to test output directory
output_file_path = OpenStudio::Path.new(File.dirname(__FILE__) + "/output/my_test_model_test_a_output.osm")
model.save(output_file_path,true)
2 | No.2 Revision |
If you look at the last two lines of the example measure tested test documented here it will show you how to save a model in a command prompt.
# save the model to test output directory
output_file_path = OpenStudio::Path.new(File.dirname(__FILE__) + "/output/my_test_model_test_a_output.osm")
model.save(output_file_path,true)