ramp.Appliance.specific_cycle

Appliance.specific_cycle(cycle_num, **kwargs)

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

Parameters:
  • cycle_num (int) – represents the number of the specific cycle to be assigned. acceptable values are [1,2,3]

  • **kwargs

    additional features passed tp each specific cycle function. For example iff cycle_num = 1, **kwargs represents the arguments of function ‘specific_cycle_1’ which are:
    • p_11

    • t_11

    • p_12

    • t_12

    • r_c1

    • cw11

    • cw12