Menu

#788 loadshapes are not compatible with schedule skews

Version 4.0 RC1
assigned
None
none
core
major
3.1
enhancement
2016-05-15
2013-10-22
No

When shapes are used to describe behavior, the schedule skew is not taken into account. For example, this DOES shift the schedule by 2 hours:

object plugload {

schedule_skew 7200;
name refrigerator;
installed_power 1 kW;
demand my_schedule;
power_factor 1.0;
power_fraction 1.0;

};

while this does not

object plugload {

schedule_skew 7200;
name refrigerator;
shape "type: analog; schedule: my_schedule; power: 1";
power_factor 1.0;
power_fraction 1.0;

};

Discussion

  • Jason Fuller

    Jason Fuller - 2014-06-24
    • Description has changed:

    Diff:

    
    
    • status: new --> unassigned
    • Resolution: --> none
    • Component: Core --> core
    • Type: defect --> enhancement
     
  • David P. Chassin

    • Owner: Jason Fuller --> David P. Chassin
    • Status: unassigned --> assigned
    • Milestone: Version 3.1 RC1 --> Unscheduled
     
  • David P. Chassin

    • Milestone: Unscheduled --> Version 4.0 RC1