First time here? Check out the Help page!
answered 2018-10-11 00:07:41 -0600
As of OpenStudio 2.5.0, model.autosize is part of the OpenStudio API. So in a measure, just write:
model.autosize
No need to require openstudio-standards for this.