Skip to content

Commit

Permalink
Update Rule6-4.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KarenWGard authored Sep 25, 2024
1 parent 58bbf9f commit ab1eea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/section6/Rule6-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

- For each space in zone: `space_b in zone_b.spaces:`

- Get total lighting power density in space, EXCLUDING retail display lighting located in retail space types: `total_space_LPD_b = 0`
- Get total lighting power density in space, EXCLUDING retail display lighting located in Sales Area space types: `total_space_LPD_b = 0`
- Look at each lighting object in the space: `for interior_lighting in space_b.interior_lighting:`
- create a boolean is_part_of_total and set it to true: `is_part_of_total = TRUE`
- check whether the space type is one of the retail space types: `if space.lighting_space_type == "SALES AREA":`
Expand Down

0 comments on commit ab1eea9

Please sign in to comment.