Revision history [back]
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.