HeatingEvent#
- class ebtelplusplus.models.HeatingEvent(start, duration, duration_rise, duration_decay, rate)[source]#
Bases:
objectSingle heating event
Each event has a linear rise phase, a constant phase, and a linear decay phase. Using this format, it is easy to specify either symmetric or asymmetric events of many different shapes.
- Parameters:
start (
IrreducibleUnit) – Time at which the heating event startsduration (
IrreducibleUnit) – Total duration of the heating eventduration_rise (
IrreducibleUnit) – Duration of the linear rise phase of the eventduration_decay (
IrreducibleUnit) – Duration of the linear decay phase of the eventrate (
CompositeUnit) – The maximum heating rate of the event
See also
Methods Summary
to_dict()Methods Documentation