First time here? Check out the Help page!
1 | initial version |
You can call OpenStudio::Model::SimulationControl::validSolarDistributionValues(). It will return a list of valid values.
Usually for fields that accept a range of acceptable values, there will be a validFooValues()
function.