4.7.2. Linear TimeSeriesΒΆ
- timeSeries('Linear', tag, '-factor', factor=1.0)
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.
\(\lambda = f(t) = cFactor * t\)
tag(int)unique tag among TimeSeries objects
factor(float)Linear factor (optional)