Is there an easy way to show what an OpenStudio field will accept?
For example, I want to change the openstudio::model::SimulationControl::solarDistribution: doc here
I will use setSolarDistribution ( std::string solarDistribution ). Is there a way to return all possibles values accepted by OS? That would be 'MinimalShadowing', 'FullExterior', etc.
In irb, something like help 'OpenStudio::SimulationControl::solarDistribution' (this doesn't work)


