First time here? Check out the Help page!
1 | initial version |
@Ranjani I am not aware of a measure setup to do this, but should be pretty easy, as there is a supporting method for this in the openstudio-standards gem. This Link identifies which objects the method below alters.
require 'openstudio-standards'
model.autosize
If you use the OS app or PAT to make a new measure, just replace what is between the initial and final condition with the two lines above.