InternalGains¶
-
class
epquery.edit.
InternalGains
(idf_path, idd_path)¶ Bases:
epquery.basicedit.BasicEdit
Methods for internal gains definitions.
-
lights
(mask, inplace=True)¶ Returns lights definitions for all zones selected in mask. Adds these objects to IDF if inplace is True. Object names are constructed as “Lights Zone Name”.
Warning
This method is not ready for end users. The fields in this template need to be modified manually at the moment.
Parameters: - mask (list(bool)) – Mask with selected zones
- inplace (bool) – Adds objects in place if True
Return type: list(list(str))
-