Skip to content

Commit 7e3c3ec

Browse files
authored
Improved documentation of sustainability assessment. (#65)
1 parent a77564b commit 7e3c3ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pypureclient/pure1/Pure1_1_1/models/sustainability_assessment.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ def __init__(
112112
array_total_load (float): The load percentage. Average over the assessment window.
113113
power_typical_spec (float): The typical power consumption of the appliance in Watts. The value is derived from benchmark data and remains static for the model and configuration.
114114
power_peak_spec (float): The peak power consumption of the appliance in Watts. The value is derived from benchmark data and remains static for the model and configuration.
115-
power_average (float): The actual average power consumption of the appliance.
115+
power_average (float): The average of power consumption of the appliance. Average over the assessment window.
116116
heat_typical_spec (float): The typical heat production of the appliance in BTU/hr. The value is derived from benchmark data and remains static for the model and configuration.
117117
heat_peak_spec (float): The peak heat production of the appliance in BTU/hr. The value is derived from benchmark data and remains static for the model and configuration.
118-
heat_average (float): The actual average heat production of the appliance in BTU/Hr.
119-
power_per_used_space (float): The actual power consumption per TiB of used space.
120-
power_per_usable_capacity (float): The actual power consumption per TiB of usable capacity.
118+
heat_average (float): The average of heat production of the appliance in BTU/Hr. Average over the assessment window.
119+
power_per_used_space (float): The average of power consumption per TiB of used space.
120+
power_per_usable_capacity (float): The average of power consumption per TiB of usable capacity.
121121
assessment_level (str): The assessment level of an appliance. Valid values include: good - The assessment level of appliance is GOOD - all green. recommendation - There are some actions that can be done to bring appliance to a GOOD level. action_required - The lowest level of assessment. Some actions are required to improve the assessment level.
122122
"""
123123
if as_of is not None:

0 commit comments

Comments
 (0)