bifacial_radiance.ModuleObj.readModule#

ModuleObj.readModule(name=None)[source]#

Read in available modules in module.json. If a specific module name is passed, return those details into the SceneObj. Otherwise return available module list.

Parameters: name (str) Name of module to be read

Returns: moduleDict dictionary or list of modulenames if name is not passed in.