Link Search Menu Expand Document
Converted document
 Subsection 3.17.1: The loadcurve controller Up Section 3.17: LoadData Section Subsection 3.17.3: The PID controller 

3.17.2 The math controller

Use the “math” value for the type attribute to define a math controller. This controller allows users to use a mathematical expression that defines a function of time. Use the “t” parameter to reference time.
<load_controller id="1" type="math">
    <math>2.0*sin(pi*t)</math>
</load_controller>
 Subsection 3.17.1: The loadcurve controller Up Section 3.17: LoadData Section Subsection 3.17.3: The PID controller