bifacial_radiance icon indicating copy to clipboard operation
bifacial_radiance copied to clipboard

Performance analysis with multiple scenes

Open cdeline opened this issue 10 months ago • 0 comments

At the moment, performance is run on the entire RadianceObject, which means that a single module type is passed, even if you have multiple scenes with different module types.

Solution:

  • Make CECModule an optional property of the ModuleObj. When you run calculatePerformance, loop through sceneNums and check for defined CECModule if it’s not passed into calculatePerformance. Default to Prism.

cdeline avatar Apr 24 '24 22:04 cdeline