.. include:: sub.txt =================== Linear TimeSeries =================== .. function:: timeSeries('Linear', tag, '-factor', factor=1.0) :noindex: This command is used to construct a TimeSeries object in which the load factor applied is linearly proportional to the time in the domain, i.e. :math:`\lambda = f(t) = cFactor * t` ======================== ============================================================= ``tag`` |int| unique tag among TimeSeries objects ``factor`` |float| Linear factor (optional) ======================== =============================================================