ramp.Appliance.specific_cycle_1

Appliance.specific_cycle_1(p_11=0, t_11=0, p_12=0, t_12=0, r_c1=0, cw11=None, cw12=None)

assigining the frist specific duty cycle for the appliace (maximum of three cycles can be assigned)

Parameters:
  • p_11 (float, optional) – Power rating for first part of first duty cycle. Only necessary if fixed_cycle is set to 1 or greater, by default 0

  • t_11 (int[0,1440], optional) – Duration (minutes) of first part of first duty cycle. Only necessary if fixed_cycle is set to I or greater, by default 0

  • p_12 (int, float, optional) – Power rating for second part of first duty cycle. Only necessary if fixed_cycle is set to 1 or greater, by default 0

  • t_12 (int[0,1440], optional) – Duration (minutes) of second part of first duty cycle. Only necessary if fixed_cycle is set to I or greater, by default 0

  • r_c1 (Percentage [0,1], optional) – randomization of the duty cycle parts duration. There will be a uniform random variation around t_i1 and t_i2. If this parameter is set to 0.1, then t_i1 and t_i2 will be randomly reassigned between 90% and 110% of their initial value; 0 means no randomisation, by default 0

  • cw11 (Iterable, optional) – Window time range for the first part of first duty cycle number (not neccessarily linked to the overall time window), by default None

  • cw12 (Iterable, optional) – Window time range for the first part of first duty cycle number (not neccessarily linked to the overall time window), by default None, by default None