ramp.Appliance.specific_cycle_3

Appliance.specific_cycle_3(p_31=0, t_31=0, p_32=0, t_32=0, r_c3=0, cw31=None, cw32=None)

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

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

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

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

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

  • r_c3 (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

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

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