D | rta.py | 557 def __init__(self, start_pct=0, end_pct=100, delta_pct=10, time_s=1, argument 584 phase = Phase(time_s, 0, 0) 586 phase = Phase(time_s, period_ms, load) 614 def __init__(self, start_pct=0, end_pct=100, time_s=1, period_ms=100, argument 617 super(Step, self).__init__(start_pct, end_pct, delta_pct, time_s, 651 def __init__(self, start_pct=100, end_pct=0, time_s=1, period_ms=100, argument 677 phase = Phase(time_s, period_ms, load)
|