ramp.Appliance.cycle_behaviour

Appliance.cycle_behaviour(cw11=array([0, 0]), cw12=array([0, 0]), cw21=array([0, 0]), cw22=array([0, 0]), cw31=array([0, 0]), cw32=array([0, 0]))

_summary_

Parameters:
  • cw11 (Iterable, optional) – Window time range for the first part of first duty cycle number, by default np.array([0,0])

  • cw12 (Iterable, optional) – Window time range for the second part of first duty cycle number, by default np.array([0,0])

  • cw21 (Iterable, optional) – Window time range for the first part of second duty cycle number, by default np.array([0,0])

  • cw22 (Iterable, optional) – Window time range for the second part of second duty cycle number, by default np.array([0,0])

  • cw31 (Iterable, optional) – Window time range for the first part of third duty cycle number, by default np.array([0,0])

  • cw32 (Iterable, optional) – Window time range for the second part of third duty cycle number, by default np.array([0,0])