API Reference lighting

lighting

PHX Lighting Utilization Schedule.

Source: PHX/lighting.py


PhxScheduleLighting

Lighting utilization schedule defining daily operating hours and annual utilization.

Properties

PropertyTypeDescription
annual_utilization_factorReturn the annual Utilization Rate (0-1) relative to the entire year (8760 hours)
daily_operating_hoursReturn the total Daily Operating Hours (end-hour - start-hour).
annual_operating_hoursReturn the total Annual Operating Hours (daily-hours * annual-util-days).
unique_keyReturn a key unique to this ‘type’ (collection of values) of pattern
full_load_lighting_hoursReturn the annual full-load lighting hours, clamped to 0-8760.

Methods

classmethod from_annual_operating_hours(_annual_operating_hours)

Create a lighting schedule from total annual operating hours.

ArgTypeDescription
_annual_operating_hoursTotal lighting operating hours per year.