(Description)
(Description)
(Description)
(none)
(no elements)
(no equations)
(none)
(no validation or testing necessary)
(none)
Model created by Pascal Dubucq (dubucq@tuhh.de), Jul 2014
function GetPowerTiming extends Icons.Function; input Integer NumberChanges = 10; input SI.Time Timing[NumberChanges] = fill(0, NumberChanges); input SI.ActivePower P_max = 10000; input SI.Energy IntervalEnergy = 1e6; output SI.ActivePower PowerTiming[NumberChanges]; end GetPowerTiming;