# Constant TimeSeries

This command is used to construct a TimeSeries object in which the load factor applied remains constant and is independent of the time in the domain, i.e. <math> \lambda = f(t) = C </math>

```tcl timeSeries Constant $tag <-factor $cFactor> ```

tag

unique tag among TimeSeries objects.

cFactor

the load factor applied (optional, default=1.0)

ConstantTimeSeries.gif

Code Developed by: fmk