You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pypureclient/pure1/Pure1_1_1/models/sustainability_assessment.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -112,12 +112,12 @@ def __init__(
112
112
array_total_load (float): The load percentage. Average over the assessment window.
113
113
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.
114
114
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.
116
116
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.
117
117
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.
121
121
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.
0 commit comments