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
da-ekchajzer
changed the title
Smart-complete <code class="notranslate">electrical_consumption` with workload_to_electrical_conso, multiple workload
Smart-complete with workload_to_electrical_conso, multiple workload
May 11, 2022
da-ekchajzer
changed the title
Smart-complete with workload_to_electrical_conso, multiple workload
Smart-complete electrical_consumption with workload_to_electrical_conso, multiple workload
May 11, 2022
da-ekchajzer
changed the title
Smart-complete electrical_consumption with workload_to_electrical_conso, multiple workload
Smart-complete electrical_consumption with consumption_profil(), multiple workload
May 11, 2022
Problem
In some cases my device will run at different level of
workload
for a given amount oftime
I want to smart-complete the
hour_electrical_consumption
given a set of (workload
, ```time``) knowing the consumption_profil of my device.Solution
Input data :
sum(ratio_of_time_at_this_workload) = 1
We should use
consumption_profil()
function created in #86 :hour_electrical_consumption = SUM(consumption_profil(Workload(%))*ratio_of_time_at_this_workload)
The text was updated successfully, but these errors were encountered: